Skip to content

Commit

Permalink
fix: bol number on packing list
Browse files Browse the repository at this point in the history
  • Loading branch information
Nis Jespersen committed Sep 15, 2023
1 parent 00f7b3a commit 538db19
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions docs/openapi/components/schemas/common/PackingList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,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 @@ -161,10 +161,6 @@ properties:
additionalProperties: false
required:
- type
- seller
- buyer
- shipFromParty
- shipToParty
example: |-
{
"type": ["PackingList"],
Expand Down

0 comments on commit 538db19

Please sign in to comment.