From b6a6429a389f38b6a5aec004af1b4454edb2828c Mon Sep 17 00:00:00 2001 From: Samir Medjiah <samir.medjiah@gmail.com> Date: Wed, 27 Mar 2019 02:29:21 +0100 Subject: [PATCH] SOL003_113: "Link" data type updated --- src/definitions/SOL002SOL003_def.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/definitions/SOL002SOL003_def.yaml b/src/definitions/SOL002SOL003_def.yaml index 300f9fcb..74dac009 100644 --- a/src/definitions/SOL002SOL003_def.yaml +++ b/src/definitions/SOL002SOL003_def.yaml @@ -83,7 +83,7 @@ definitions: Link: description: > - This type represents a link to a resource. using an absolute URI. + This type represents a link to a resource using an absolute URI. It shall comply with the provisions defined in table 4.4.1.3-1. type: object required: @@ -91,8 +91,8 @@ definitions: properties: href: description: > - URI of another resource referenced from a resource. - Shall be an absolute URI (i.e. a UTI that contains {apiRoot}. + URI of another resource referenced from a resource. + Shall be an absolute URI (i.e. a URI that contains {apiRoot}). $ref: "#/definitions/Uri" NotificationLink: -- GitLab