Commit f5ef422f authored by Muhammad Hamza's avatar Muhammad Hamza
Browse files

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

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