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.

78 changes: 37 additions & 41 deletions bkg/v2/BKG_v2.0.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5351,7 +5351,9 @@ components:
type: object
title: Requested Equipment
description: |
If needed - it is **only** possible to specify a single Reefer setting. If multiple settings are required for the same `equipmentSizeType` then multiple `requestedEquipment` should be specified (one for each Reefer setting).
If needed - it is **only** possible to specify a single Reefer setting. If multiple settings are required for the same `ISOEquipmentCode` then multiple requestedEquipment should be specified (one for each Reefer setting).

If `units` is greater than one, the specified `outOfGaugeDetails` applies identically to every equipment unit represented by this **RequestedEquipment**. If the OOG characteristics differ between units, separate requestedEquipment entries must be provided for each group of units having identical OOG details.
properties:
ISOEquipmentCode:
type: string
Expand Down Expand Up @@ -5464,7 +5466,9 @@ components:
type: object
title: Requested Equipment (Shipper)
description: |
If needed - it is **only** possible to specify a single Reefer setting. If multiple settings are required for the same `equipmentSizeType` then multiple `requestedEquipment` should be specified (one for each Reefer setting).
If needed - it is **only** possible to specify a single Reefer setting. If multiple settings are required for the same `ISOEquipmentCode` then multiple requestedEquipment should be specified (one for each Reefer setting).

If `units` is greater than one, the specified `outOfGaugeDetails` applies identically to every equipment unit represented by this **RequestedEquipment**. If the OOG characteristics differ between units, separate requestedEquipment entries must be provided for each group of units having identical OOG details.
properties:
ISOEquipmentCode:
type: string
Expand Down Expand Up @@ -6961,7 +6965,7 @@ components:
type: object
title: Total Cargo Dimensions
description: |
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.
Overall external dimensions of the cargo in its final packed and secured transport condition. Each provided dimension value must be greater than zero.
properties:
length:
type: object
Expand Down Expand Up @@ -6992,7 +6996,7 @@ 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. 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.
Directional measurements describing how far the cargo extends beyond the standard equipment envelope. Each value represents only the excess portion, not the total dimension. Each provided extension value must be greater than zero. If the cargo does not extend beyond the equipment boundary in a particular direction, the corresponding property must be omitted. 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:
Comment thread
HenrikHL marked this conversation as resolved.
overLengthFront:
type: object
Expand Down Expand Up @@ -7037,62 +7041,54 @@ components:
type: object
title: Center of Gravity
description: |
Position of the combined center of gravity of all cargo placed on the equipment unit, expressed as offsets from a defined reference point.
Position of the combined center of gravity of all cargo placed on the equipment unit, expressed as offsets from the defined reference point(s).
properties:
referencePoint:
longitudinalReferencePoint:
type: string
maxLength: 30
maxLength: 10
description: |
Reference point from which the center of gravity offsets are measured. Possible values:
- `BOTTOM_FRONT_LEFT` (Bottom Front Left)
- `BOTTOM_FRONT_CENTER` (Bottom Front Center)
- `BOTTOM_FRONT_RIGHT` (Bottom Front Right)
- `BOTTOM_CENTER_LEFT` (Bottom Center Left)
- `BOTTOM_CENTER_CENTER` (Bottom Center Center)
- `BOTTOM_CENTER_RIGHT` (Bottom Center Right)
- `BOTTOM_REAR_LEFT` (Bottom Rear Left)
- `BOTTOM_REAR_CENTER` (Bottom Rear Center)
- `BOTTOM_REAR_RIGHT` (Bottom Rear Right)

- `MIDDLE_FRONT_LEFT` (Middle Front Left)
- `MIDDLE_FRONT_CENTER` (Middle Front Center)
- `MIDDLE_FRONT_RIGHT` (Middle Front Right)
- `MIDDLE_CENTER_LEFT` (Middle Center Left)
- `MIDDLE_CENTER_CENTER` (Middle Center Center)
- `MIDDLE_CENTER_RIGHT` (Middle Center Right)
- `MIDDLE_REAR_LEFT` (Middle Rear Left)
- `MIDDLE_REAR_CENTER` (Middle Rear Center)
- `MIDDLE_REAR_RIGHT` (Middle Rear Right)

- `TOP_FRONT_LEFT` (Top Front Left)
- `TOP_FRONT_CENTER` (Top Front Center)
- `TOP_FRONT_RIGHT` (Top Front Right)
- `TOP_CENTER_LEFT` (Top Center Left)
- `TOP_CENTER_CENTER` (Top Center Center)
- `TOP_CENTER_RIGHT` (Top Center Right)
- `TOP_REAR_LEFT` (Top Rear Left)
- `TOP_REAR_CENTER` (Top Rear Center)
- `TOP_REAR_RIGHT` (Top Rear Right)
example: BOTTOM_FRONT_LEFT
Longitudinal reference point from which longitudinalOffset is measured. Required if longitudinalOffset is provided. Possible values:
- `FRONT` (Front)
- `CENTER` (Center)
- `REAR` (Rear)
example: FRONT
Comment thread
HenrikHL marked this conversation as resolved.
longitudinalOffset:
type: object
title: Longitudinal Offset
description: |
Longitudinal offset of the center of gravity from the defined reference point.
Longitudinal offset of the center of gravity from `longitudinalReferencePoint`. Positive values indicate a position toward the front, negative values indicate a position toward the rear, and zero indicates alignment with the reference position.
allOf:
- $ref: '#/components/schemas/Measurement'
transverseReferencePoint:
type: string
maxLength: 10
description: |
Transverse reference point from which transverseOffset is measured. Required if transverseOffset is provided. Possible values:
- `LEFT` (Left)
- `CENTER` (Center)
- `RIGHT` (Right)
example: CENTER
transverseOffset:
type: object
title: Transverse Offset
description: |
Transverse offset of the center of gravity from the defined reference point.
Transverse offset of the center of gravity from `transverseReferencePoint`. Positive values indicate a position toward the right, negative values indicate a position toward the left, and zero indicates alignment with the reference position.
allOf:
- $ref: '#/components/schemas/Measurement'
verticalReferencePoint:
type: string
maxLength: 10
description: |
Vertical reference point from which verticalOffset is measured. Required if verticalOffset is provided. Possible values:
- `BOTTOM` (Bottom)
- `MIDDLE` (Middle)
- `TOP` (TOP)
example: TOP
verticalOffset:
type: object
title: Vertical Offset
description: |
Vertical offset of the center of gravity from the defined reference point.
Vertical offset of the center of gravity from `verticalReferencePoint`. Positive values indicate a position above the reference position, negative values indicate a position below it, and zero indicates alignment with it.
allOf:
- $ref: '#/components/schemas/Measurement'

Expand Down
70 changes: 31 additions & 39 deletions ebl/v3/EBL_v3.0.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9545,7 +9545,7 @@ components:
type: object
title: Total Cargo Dimensions
description: |
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.
Overall external dimensions of the cargo in its final packed and secured transport condition. Each provided dimension value must be greater than zero.
properties:
length:
type: object
Expand Down Expand Up @@ -9576,7 +9576,7 @@ 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. 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.
Directional measurements describing how far the cargo extends beyond the standard equipment envelope. Each value represents only the excess portion, not the total dimension. Each provided extension value must be greater than zero. If the cargo does not extend beyond the equipment boundary in a particular direction, the corresponding property must be omitted. 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
Expand Down Expand Up @@ -9621,62 +9621,54 @@ components:
type: object
title: Center of Gravity
description: |
Position of the combined center of gravity of all cargo placed on the equipment unit, expressed as offsets from a defined reference point.
Position of the combined center of gravity of all cargo placed on the equipment unit, expressed as offsets from the defined reference point(s).
properties:
referencePoint:
longitudinalReferencePoint:
type: string
maxLength: 30
maxLength: 10
description: |
Reference point from which the center of gravity offsets are measured. Possible values:
- `BOTTOM_FRONT_LEFT` (Bottom Front Left)
- `BOTTOM_FRONT_CENTER` (Bottom Front Center)
- `BOTTOM_FRONT_RIGHT` (Bottom Front Right)
- `BOTTOM_CENTER_LEFT` (Bottom Center Left)
- `BOTTOM_CENTER_CENTER` (Bottom Center Center)
- `BOTTOM_CENTER_RIGHT` (Bottom Center Right)
- `BOTTOM_REAR_LEFT` (Bottom Rear Left)
- `BOTTOM_REAR_CENTER` (Bottom Rear Center)
- `BOTTOM_REAR_RIGHT` (Bottom Rear Right)

- `MIDDLE_FRONT_LEFT` (Middle Front Left)
- `MIDDLE_FRONT_CENTER` (Middle Front Center)
- `MIDDLE_FRONT_RIGHT` (Middle Front Right)
- `MIDDLE_CENTER_LEFT` (Middle Center Left)
- `MIDDLE_CENTER_CENTER` (Middle Center Center)
- `MIDDLE_CENTER_RIGHT` (Middle Center Right)
- `MIDDLE_REAR_LEFT` (Middle Rear Left)
- `MIDDLE_REAR_CENTER` (Middle Rear Center)
- `MIDDLE_REAR_RIGHT` (Middle Rear Right)

- `TOP_FRONT_LEFT` (Top Front Left)
- `TOP_FRONT_CENTER` (Top Front Center)
- `TOP_FRONT_RIGHT` (Top Front Right)
- `TOP_CENTER_LEFT` (Top Center Left)
- `TOP_CENTER_CENTER` (Top Center Center)
- `TOP_CENTER_RIGHT` (Top Center Right)
- `TOP_REAR_LEFT` (Top Rear Left)
- `TOP_REAR_CENTER` (Top Rear Center)
- `TOP_REAR_RIGHT` (Top Rear Right)
example: BOTTOM_FRONT_LEFT
Longitudinal reference point from which longitudinalOffset is measured. Required if longitudinalOffset is provided. Possible values:
- `FRONT` (Front)
- `CENTER` (Center)
- `REAR` (Rear)
example: FRONT
longitudinalOffset:
type: object
title: Longitudinal Offset
description: |
Longitudinal offset of the center of gravity from the defined reference point.
Longitudinal offset of the center of gravity from `longitudinalReferencePoint`. Positive values indicate a position toward the front, negative values indicate a position toward the rear, and zero indicates alignment with the reference position.
allOf:
- $ref: '#/components/schemas/Measurement'
transverseReferencePoint:
type: string
maxLength: 10
description: |
Transverse reference point from which transverseOffset is measured. Required if transverseOffset is provided. Possible values:
- `LEFT` (Left)
- `CENTER` (Center)
- `RIGHT` (Right)
example: CENTER
transverseOffset:
type: object
title: Transverse Offset
description: |
Transverse offset of the center of gravity from the defined reference point.
Transverse offset of the center of gravity from `transverseReferencePoint`. Positive values indicate a position toward the right, negative values indicate a position toward the left, and zero indicates alignment with the reference position.
allOf:
- $ref: '#/components/schemas/Measurement'
verticalReferencePoint:
type: string
maxLength: 10
description: |
Vertical reference point from which verticalOffset is measured. Required if verticalOffset is provided. Possible values:
- `BOTTOM` (Bottom)
- `MIDDLE` (Middle)
- `TOP` (TOP)
example: TOP
verticalOffset:
type: object
title: Vertical Offset
description: |
Vertical offset of the center of gravity from the defined reference point.
Vertical offset of the center of gravity from `verticalReferencePoint`. Positive values indicate a position above the reference position, negative values indicate a position below it, and zero indicates alignment with it.
allOf:
- $ref: '#/components/schemas/Measurement'

Expand Down
Loading
Loading