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.

36 changes: 18 additions & 18 deletions bkg/v2/BKG_v2.0.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2961,11 +2961,11 @@ components:

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
outOfGaugeQuoteReference:
outOfGaugeQuotationReference:
type: string
maxLength: 70
description: |
Reference number of the OOG feasibility assessment or commercial quote previously issued by the carrier for this shipment.
Reference number of the Out of Gauge feasibility assessment or commercial quote previously issued by the carrier for this shipment.
Comment thread
HenrikHL marked this conversation as resolved.
example: OOG-QUOTE-2026-000123
vessel:
$ref: '#/components/schemas/Vessel'
Expand Down Expand Up @@ -3372,11 +3372,11 @@ components:

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
outOfGaugeQuoteReference:
outOfGaugeQuotationReference:
type: string
maxLength: 70
description: |
Reference number of the OOG feasibility assessment or commercial quote previously issued by the carrier for this shipment.
Reference number of the Out of Gauge feasibility assessment or commercial quote previously issued by the carrier for this shipment.
example: OOG-QUOTE-2026-000123
vessel:
$ref: '#/components/schemas/Vessel'
Expand Down Expand Up @@ -3849,11 +3849,11 @@ components:

**Note:** If both `contractQuotationReference` and `extendedContractQuotationReference` are provided then `extendedContractQuotationReference` takes precedence and `contractQuotationReference` must be ignored.
example: HHL1401
outOfGaugeQuoteReference:
outOfGaugeQuotationReference:
type: string
maxLength: 70
description: |
Reference number of the OOG feasibility assessment or commercial quote previously issued by the carrier for this shipment.
Reference number of the Out of Gauge feasibility assessment or commercial quote previously issued by the carrier for this shipment.
example: OOG-QUOTE-2026-000123
vessel:
$ref: '#/components/schemas/Vessel'
Expand Down Expand Up @@ -6859,13 +6859,13 @@ components:
type: string
maxLength: 5000
description: |
Lashing or securing requirements applicable to the OOG cargo.
Lashing or securing requirements applicable to the Out of Gauge cargo.
example: Cargo to be secured with chain lashings according to approved lashing plan.
handlingInstructions:
type: string
maxLength: 5000
description: |
Handling instructions applicable to the OOG cargo.
Handling instructions applicable to the Out of Gauge cargo.
example: Handle with care. Do not stack. Protect exposed components during terminal handling.
liftingInstructions:
type: string
Expand All @@ -6892,27 +6892,27 @@ components:
type: object
title: Total Cargo Dimensions
description: |
Overall outer dimensions of the cargo as placed on the equipment unit, representing the full dimensional envelope, including any projections or overhangs.
Overall external dimensions of the cargo envelope in its planned or actual loaded orientation, measured using the longitudinal, transverse and vertical axes of the equipment unit.
properties:
length:
type: object
title: Length
description: |
Overall length of the dimensional envelope, measured parallel to the longitudinal axis of the equipment unit.
Overall length of the cargo envelope, defined as its maximum extent along the longitudinal axis of the equipment unit.
allOf:
- $ref: '#/components/schemas/Measurement'
width:
type: object
title: Width
description: |
Overall width of the dimensional envelope, measured perpendicular to the longitudinal axis of the equipment unit.
Overall width of the cargo envelope, defined as its maximum extent along the transverse axis of the equipment unit.
allOf:
- $ref: '#/components/schemas/Measurement'
height:
type: object
title: Height
description: |
Overall height of the dimensional envelope, measured from the base of the equipment unit to the highest point of the cargo.
Overall height of the cargo envelope, defined as its maximum extent along the vertical axis of the equipment unit.
allOf:
- $ref: '#/components/schemas/Measurement'

Expand All @@ -6923,41 +6923,41 @@ components:
type: object
title: Out of Gauge Extensions
description: |
Directional measurements describing how far the cargo extends beyond the standard equipment envelope. Each value represents only the excess portion, not the total dimension.
Directional measurements describing how far the cargo extends beyond the standard equipment envelope. Each value represents only the excess portion, not the total dimension. For equipment with doors, the front is the end opposite the doors and the rear is the door end. Left and right are determined when looking from the rear toward the front. For equipment without doors, use the orientation defined by the equipment provider.
properties:
overLengthFront:
type: object
title: Over Length Front
description: |
Distance by which the cargo protrudes beyond the front end (door end) of the equipment unit, measured from the outer face of the equipment's end wall or bolster.
Distance by which the cargo extends beyond the front end of the equipment unit.
allOf:
- $ref: '#/components/schemas/Measurement'
overLengthRear:
type: object
title: Over Length Rear
description: |
Distance by which the cargo protrudes beyond the rear end (non-door end) of the equipment unit, measured from the outer face of the equipment's end wall or bolster.
Distance by which the cargo extends beyond the rear end of the equipment unit.
allOf:
- $ref: '#/components/schemas/Measurement'
overWidthLeft:
type: object
title: Over Width Left
description: |
Distance by which the cargo protrudes beyond the left side of the equipment unit when facing the front (door end), measured from the outer face of the equipment's side wall or rail.
Distance by which the cargo extends beyond the left side of the equipment unit.
allOf:
- $ref: '#/components/schemas/Measurement'
overWidthRight:
type: object
title: Over Width Right
description: |
Distance by which the cargo protrudes beyond the right side of the equipment unit when facing the front (door end), measured from the outer face of the equipment's side wall or rail.
Distance by which the cargo extends beyond the right side of the equipment unit.
allOf:
- $ref: '#/components/schemas/Measurement'
overHeight:
type: object
title: Over Height
description: |
Distance by which the cargo exceeds the standard external height of the equipment unit, measured from the top of the equipment's side rails or top rails to the highest point of the cargo.
Distance by which the cargo extends above the standard upper boundary of the equipment unit.
allOf:
- $ref: '#/components/schemas/Measurement'

Expand Down
Loading
Loading