Commit b6a6429a authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_113: "Link" data type updated

parent a3f0e57d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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:
@@ -92,7 +92,7 @@ definitions:
      href:
        description: >
          URI of another resource referenced from a resource.
          Shall be an absolute URI (i.e. a UTI that contains {apiRoot}.
          Shall be an absolute URI (i.e. a URI that contains {apiRoot}).
        $ref: "#/definitions/Uri"

  NotificationLink: