You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`vehicle_state`| Enum | Required | see [Vehicle States][vehicle-states]|
168
168
|`event_types`| Enum[]| Required | see [Vehicle Events][vehicle-events]|
169
-
|`timestamp`|Timestamp| Required | Date of last event update |
169
+
|`timestamp`|[timestamp][ts]| Required | Date of last event update |
170
170
|`telemetry`|[Telemetry](#telemetry-data)| Required | Single point of telemetry |
171
171
|`trip_id`| UUID | Optional | UUID provided by Operator to uniquely identify the trip. Required for `trip_start`, `trip_end`, `trip_enter`, and `trip_leave` event types |
172
172
@@ -219,7 +219,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
219
219
| Field | Type | Required/Optional | Field Description |
0 commit comments