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
Copy file name to clipboardExpand all lines: data-types.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ This MDS data types page catalogs the objects (fields, types, requirements, desc
5
5
## Table of Contents
6
6
7
7
-[Vehicles](#vehicles)
8
-
-[Vehicle Types][vehicle-types]
8
+
-[Vehicle Types](#vehicle-types)
9
9
-[Propulsion Types](#propulsion-types)
10
10
-[Vehicle Status](#vehicle-status)
11
11
-[Events](#events)
12
-
-[Event Types](/modes/event_types.md)
12
+
-[Event Times](#event-times)
13
13
-[Telemetry](#telemetry)
14
14
-[GPS Data][gps]
15
15
-[Stops](#stops)
@@ -108,7 +108,7 @@ Events represent changes in vehicle status.
108
108
|`event_types`| Enum[]| Required | Vehicle [event types][vehicle-events] for state change, with allowable values determined by `vehicle_state`|
109
109
|`timestamp`|[Timestamp][ts]| Required | Date/time that event occurred at. See [Event Times][event-times]|
110
110
|`publication_time`|[Timestamp][ts]| Optional | Date/time that event became available through the status changes endpoint |
111
-
|`location`|[GPS][gps]| Required | See also [Stop-based Geographic Data][stop-based-geo]. |
111
+
|`location`|[GPS][gps]| Required | See also [Telemetry][telemetry]. |
112
112
|`event_geographies`| UUID[]| Optional |**[Beta feature](/general-information.md#beta-features):***Yes (as of 2.0.0)*. Array of Geography UUIDs consisting of every Geography that contains the location of the status change. See [Geography Driven Events][geography-driven-events]. Required if `location` is not present. |
113
113
|`battery_percent`| Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
114
114
|`fuel_percent`| Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
@@ -302,8 +302,8 @@ Other special group types may be added in future MDS releases as relevant agency
0 commit comments