Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor Packing List updates #873

Merged
merged 2 commits into from
Sep 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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