VehicleLoad

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

  • The JSON representation uses an "amount" key to store the load information as a string.

  • The "amount" field represents the quantity of load on the vehicle for a certain type, as a string in int64 format.

  • The unit of load for the "amount" field is typically specified by the load type, referenced in the 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.