Skip to content

Commit

Permalink
Merge pull request #417 from donwilson-rezare/patch-6
Browse files Browse the repository at this point in the history
Update icarConsignmentType.json
  • Loading branch information
cookeac authored Sep 26, 2023
2 parents d86e191 + d42ba84 commit 6a32bbe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions types/icarConsignmentType.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -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.",
Expand Down Expand Up @@ -110,4 +112,4 @@
}
}
}
}
}

0 comments on commit 6a32bbe

Please sign in to comment.