Structure "Vehicle dimensions"
This structure describes the dimensions of a vehicle. It is a part of the
"Vehicles" structure under the names size.body
and size.trailer
.
Field description
Name | Description | Data type | Required |
---|---|---|---|
mass | Weight, t. | Number | + |
volume | Volume, m3. | Number | + |
length | Length, m. | Number | + |
width | Width, m. | Number | + |
height | Height, m. | Number | + |
Sample
{
"mass": 30.00,
"volume": 60.00,
"length": 8.00,
"width": 3.00,
"height": 3.20
}