cargoLimits
November 12, 2025 ยท View on GitHub
applicable properties to specify cargo space/loads
Type: object
semantics [{'transmodel': 'LUGGAGE ALLOWANCE'}]
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
description | longString | describes options to carry cargo, should match Content-Language | |
volume | normalInt | the volume in liters of the cargo | |
weight | normalInt | the 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
}