AI-generated Key Takeaways
-
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 inTransition.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 |
The amount of load on the vehicle, for the given type. The unit of load is usually indicated by the type. See |