Skip to content

Commit

Permalink
Merge pull request #873 from w3c-ccg/pl-consignee
Browse files Browse the repository at this point in the history
Minor Packing List updates
  • Loading branch information
nissimsan authored Sep 19, 2023
2 parents fc46ecc + 538db19 commit d263b52
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions docs/openapi/components/schemas/common/PackingList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ properties:
$linkedData:
term: buyer
'@id': https://vocabulary.uncefact.org/buyerParty
consignee:
title: Consignee
description: A consignee party for the consignment.
$ref: ./Organization.yml
$linkedData:
term: consignee
'@id': >-
https://vocabulary.uncefact.org/consigneeParty
shipFromParty:
title: Ship From Party
description: The party from whom goods will be or have been originally shipped. Also refered to as Original Despatch Party
Expand All @@ -62,12 +70,12 @@ properties:
$linkedData:
term: invoiceId
'@id': https://schema.org/identifier
shipmentId:
title: Shipment Identifier
billOfLadingNumber:
title: Bill of Lading Number
type: string
$linkedData:
term: shipmentId
'@id': https://vocabulary.uncefact.org/MarkingInstructionCodeList#37
term: billOfLadingNumber
'@id': https://vocabulary.uncefact.org/ReferenceCodeList#BM
trackingNumber:
title: Tracking Number
type: string
Expand Down Expand Up @@ -153,10 +161,6 @@ properties:
additionalProperties: false
required:
- type
- seller
- buyer
- shipFromParty
- shipToParty
example: |-
{
"type": ["PackingList"],
Expand Down Expand Up @@ -207,7 +211,7 @@ example: |-
}
}
},
"shipToParty": {
"consignee": {
"type": ["Organization"],
"name": "By ACRE",
"location": {
Expand Down

0 comments on commit d263b52

Please sign in to comment.