VehicleLoad

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

  • The data is structured with a single field named "amount" which is defined as a string containing an int64 format.

  • The "amount" field represents the load on the vehicle for a given type, and its unit is indicated by the type.

  • The detailed description of the field 'amount' can be found under "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.