Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .stoplight/styleguide.json

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions ebl/v3/EBL_v3.0.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6202,8 +6202,14 @@ components:
example: blue shoes size 47
nationalCommodityCode:
$ref: '#/components/schemas/NationalCommodityCode'
extendedNationalCommodityCode:
$ref: '#/components/schemas/ExtendedNationalCommodityCode'
extendedNationalCommodityCodes:
type: array
description: |
A list of `National Commodity Codes` that apply to this `consignmentItem`. The `extendedNationalCommodityCodes` support up to 16 character codes.

**Note:** If both `nationalCommodityCode` and `extendedNationalCommodityCodes` are provided then `extendedNationalCommodityCodes` takes precedence and `nationalCommodityCode` must be ignored.
items:
$ref: '#/components/schemas/ExtendedNationalCommodityCode'
cargoItems:
type: array
minItems: 1
Expand Down