VehicleLoad

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

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

  • The "amount" field represents the load on the vehicle for a given type, in a unit defined by said type, and is in int64 format.

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.