Skip to content
Snippets Groups Projects
Commit b6a6429a authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_113: "Link" data type updated

parent a3f0e57d
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ definitions:
Link:
description: >
This type represents a link to a resource. using an absolute URI.
This type represents a link to a resource using an absolute URI.
It shall comply with the provisions defined in table 4.4.1.3-1.
type: object
required:
......@@ -91,8 +91,8 @@ definitions:
properties:
href:
description: >
URI of another resource referenced from a resource.
Shall be an absolute URI (i.e. a UTI that contains {apiRoot}.
URI of another resource referenced from a resource.
Shall be an absolute URI (i.e. a URI that contains {apiRoot}).
$ref: "#/definitions/Uri"
NotificationLink:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment