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

SOL005_15: href attribute description updated in Link def

parent 875bd4d7
Pipeline #513 failed with stage
in 0 seconds
......@@ -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:
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment