Commit 37dd0982 authored by moscatelli's avatar moscatelli
Browse files

SOL005_15: href attribute description updated in Link def

parent 875bd4d7
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -34,7 +34,10 @@ definitions:
    properties:
      href:
        description: >
          URI of the referenced resource.
          URI of a resource referenced from a notification.
          Should be an absolute URI (i.e. a URI that contains {apiRoot}),
          however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted)
          if the {apiRoot} information is not available.
        type: string
        format: url
  DateTime:
+4 −1
Original line number Diff line number Diff line
@@ -13,7 +13,10 @@ definitions:
    properties:
      href:
        description: >
          URI of the referenced resource.
          URI of a resource referenced from a notification.
          Should be an absolute URI (i.e. a URI that contains {apiRoot}),
          however, may be a relative URI (i.e. a URI where the {apiRoot} part is omitted)
          if the {apiRoot} information is not available.
        type: string
        format: url