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
@@ -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](#event-times)
12
+
-[Event Types](/modes/event_types.md)
13
13
-[Telemetry](#telemetry)
14
14
-[GPS Data][gps]
15
15
-[Stops](#stops)
@@ -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