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.

49 changes: 49 additions & 0 deletions bkg/v2/BKG_v2.0.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3184,6 +3184,17 @@ components:
description: |
Transport obligations, costs and risks as agreed between buyer and seller as defined by [Incoterms Rules](https://iccwbo.org/business-solutions/incoterms-rules/).
example: FCA
specialInstructions:
type: string
maxLength: 2560
description: |
Free-text instructions provided by the shipper that apply to the Booking.

This property must not contain information that can be provided through
another structured Booking property.
example: |-
Inspector on Site
Do not book VIA Bremerhaven
isEquipmentSubstitutionAllowed:
type: boolean
description: |
Expand Down Expand Up @@ -3592,6 +3603,17 @@ components:
description: |
Transport obligations, costs and risks as agreed between buyer and seller as defined by [Incoterms Rules](https://iccwbo.org/business-solutions/incoterms-rules/).
example: FCA
specialInstructions:
type: string
maxLength: 2560
description: |
Free-text instructions provided by the shipper that apply to the Booking.

This property must not contain information that can be provided through
another structured Booking property.
example: |-
Inspector on Site
Do not book VIA Bremerhaven
isEquipmentSubstitutionAllowed:
type: boolean
description: |
Expand Down Expand Up @@ -4069,6 +4091,17 @@ components:
description: |
Transport obligations, costs and risks as agreed between buyer and seller as defined by [Incoterms Rules](https://iccwbo.org/business-solutions/incoterms-rules/).
example: FCA
specialInstructions:
type: string
maxLength: 2560
description: |
Free-text instructions provided by the shipper that apply to the Booking.

This property must not contain information that can be provided through
another structured Booking property.
example: |-
Inspector on Site
Do not book VIA Bremerhaven
isEquipmentSubstitutionAllowed:
type: boolean
description: |
Expand Down Expand Up @@ -5392,6 +5425,14 @@ components:
example: false
activeReeferSettings:
$ref: '#/components/schemas/ActiveReeferSettings'
specialInstructions:
type: string
maxLength: 2560
description: |
Free-text instructions provided by the shipper that apply specifically to this Requested Equipment.

This property must not contain information that can be provided through another structured Requested Equipment property.
example: Doors Facing Cab
references:
type: array
description: |
Expand Down Expand Up @@ -5497,6 +5538,14 @@ components:
example: false
activeReeferSettings:
$ref: '#/components/schemas/ActiveReeferSettings'
specialInstructions:
type: string
maxLength: 2560
description: |
Free-text instructions provided by the shipper that apply specifically to this Requested Equipment.

This property must not contain information that can be provided through another structured Requested Equipment property.
example: Doors Facing Cab
references:
type: array
description: |
Expand Down
Loading