Skip to content

Commit

Permalink
deploy: 29ac7fc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhraisha committed Nov 28, 2023
1 parent 7c90a55 commit e46ca7a
Show file tree
Hide file tree
Showing 8 changed files with 44,586 additions and 6,401 deletions.
2 changes: 1 addition & 1 deletion contexts/traceability-v1.jsonld

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions openapi/components/schemas/common/ConsignmentItem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,17 @@ properties:
$linkedData:
term: manufacturer
'@id': https://vocabulary.uncefact.org/manufacturerParty
transportPackages:
title: >-
Any self-contained wrapping or container within which goods can be
contained, such as a box or a barrel which can be filled, partially filled,
or empty.
type: array
items:
$ref: ./Package.yml
$linkedData:
term: transportPackages
'@id': https://vocabulary.uncefact.org/transportPackage
required:
- type
example: |-
Expand Down
18 changes: 9 additions & 9 deletions openapi/components/schemas/common/PackingList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ properties:
$linkedData:
term: handlingInstructions
'@id': https://vocabulary.uncefact.org/handlingInstructions
partOfOrder:
title: Part of Order
description: Products in Parcel that are Part of one or more Orders
items:
title: Packed Items
description: Goods and packages list
type: array
items:
$ref: ./PartOfOrder.yml
$ref: ./ConsignmentItem.yml
$linkedData:
term: partOfOrder
term: items
'@id': >-
https://vocabulary.uncefact.org/includedConsignmentItem
totalNetWeight:
Expand Down Expand Up @@ -231,9 +231,9 @@ example: |-
"description": "Handle with care"
}
],
"partOfOrder": [
"items": [
{
"type": ["PartOfOrder"],
"type": ["ConsignmentItem"],
"packageQuantity": 540,
"transportPackages": [
{
Expand Down Expand Up @@ -266,7 +266,7 @@ example: |-
]
},
{
"type": ["PartOfOrder"],
"type": ["ConsignmentItem"],
"packageQuantity": 2,
"transportPackages": [
{
Expand Down Expand Up @@ -299,7 +299,7 @@ example: |-
]
},
{
"type": ["PartOfOrder"],
"type": ["ConsignmentItem"],
"packageQuantity": 80,
"transportPackages": [
{
Expand Down
Loading

0 comments on commit e46ca7a

Please sign in to comment.