Commit 3b2fb13c authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

fix issue #40: fix description of href attribute in Link definition in 4.3.1-maintenance

parent a131cda2
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -139,10 +139,8 @@ definitions:
    properties:
    properties:
      href:
      href:
        description: >
        description: >
          URI of a resource referenced from a notification.
          URI of another resource referenced from a resource. Shall be an absolute URI (i.e. a URI that
          Should be an absolute URI (i.e. a URI that contains {apiRoot}),
          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
        type: string
        format: url
        format: url