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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This MDS data types page catalogs the objects (fields, types, requirements, desc
9
9
-[Propulsion Types](#propulsion-types)
10
10
-[Vehicle Status](#vehicle-status)
11
11
-[Events](#events)
12
-
-[Event Types](#event-times)
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 |
@@ -251,7 +251,7 @@ A Report is defined by the following structure:
251
251
|`duration`| string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations)|
252
252
|`special_group_type`|[Special Group Type](#special-group-type)| Type that applies to this row |
253
253
|`geography_id`|[Geography](/geography)| ID that applies to this row. Includes all IDs in /geography. When there is no /geography then return `null` for this value and return counts based on the entire operating area. |
254
-
|`vehicle_type`|[Vehicle Type](/general-information.md#vehicle-types)| Type that applies to this row |
254
+
|`vehicle_type`|[Vehicle Type][vehicle-types]| Type that applies to this row |
255
255
|`trip_count`| integer | Count of trips taken for this row |
256
256
|`rider_count`| integer | Count of unique riders for this row |
257
257
@@ -294,18 +294,18 @@ Other special group types may be added in future MDS releases as relevant agency
0 commit comments