cargoLimits

November 12, 2025 ยท View on GitHub

applicable properties to specify cargo space/loads

Type: object

semantics [{'transmodel': 'LUGGAGE ALLOWANCE'}]


Properties overview

PropertyTypeRequiredDescription
descriptionlongStringdescribes options to carry cargo, should match Content-Language
volumenormalIntthe volume in liters of the cargo
weightnormalIntthe weight in kilograms of the cargo

Detailed Properties

  • description (longString) - optional
    describes options to carry cargo, should match Content-Language

  • volume (normalInt) - optional
    the volume in liters of the cargo default: 0

  • weight (normalInt) - optional
    the weight in kilograms of the cargo default: 0

Example

{
  "description": "example-string",
  "volume": 0,
  "weight": 0
}