VehicleLoad

  • This section defines the JSON representation for reporting the actual vehicle load at a specific point along its route.

  • The data is structured as a JSON object containing a single field, amount, which represents the load.

  • The amount field is a string representing an integer in the int64 format, indicating the load quantity for a particular type.

  • The unit of the amount is specified by the load's type, detailed in Transition.vehicle_loads.

Reports the actual load of the vehicle at some point along the route, for a given type (see Transition.vehicle_loads).

JSON representation
{
  "amount": string
}
Fields
amount

string (int64 format)

The amount of load on the vehicle, for the given type. The unit of load is usually indicated by the type. See Transition.vehicle_loads.