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

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

parent 1634dbc9
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -139,10 +139,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