From d42ba848de3ca6c942187da9db4b29a249cb71e0 Mon Sep 17 00:00:00 2001 From: donwilson-rezare <53927263+donwilson-rezare@users.noreply.github.com> Date: Tue, 19 Sep 2023 12:57:19 +1200 Subject: [PATCH] Update icarConsignmentType.json Descriptions added to "originLocation" and "destinationLocation" --- types/icarConsignmentType.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/types/icarConsignmentType.json b/types/icarConsignmentType.json index c59179f..a9b84ce 100644 --- a/types/icarConsignmentType.json +++ b/types/icarConsignmentType.json @@ -9,7 +9,8 @@ "description": "Official identifier for the movement." }, "originLocation": { - "$ref": "../types/icarLocationIdentifierType.json" + "$ref": "../types/icarLocationIdentifierType.json", + "description": "The location of the origin of the consignment expressed as a scheme and id." }, "originAddress": { "description": "Origin address for movement.", @@ -25,7 +26,8 @@ "$ref": "../types/icarOrganizationType.json" }, "destinationLocation": { - "$ref": "../types/icarLocationIdentifierType.json" + "$ref": "../types/icarLocationIdentifierType.json", + "description": "The location of the destination of the consignment expressed as a scheme and id." }, "destinationAddress": { "description": "Destination address for movement.", @@ -110,4 +112,4 @@ } } } -} \ No newline at end of file +}