Skip to content

Commit 8c85a45

Browse files
Update data-types.md with gtfs_stop_id
Added gtfs_stop_id back to Events, Telemetry Signed-off-by: Matthew Marwedel <105882144+matthewmarwedel@users.noreply.github.com>
1 parent f3561ed commit 8c85a45

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

data-types.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Events represent changes in vehicle status.
114114
| `fuel_percent` | Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
115115
| `trip_ids` | UUID[] | Required if Applicable | Trip UUIDs (foreign key to /trips endpoint), required if `event_types` contains `trip_start`, `trip_end`, `trip_cancel`, `trip_enter_jurisdiction`, or `trip_leave_jurisdiction` |
116116
| `associated_ticket` | String | Optional | Identifier for an associated ticket inside an Agency-maintained 311 or CRM system |
117+
| `gtfs_stop_id` | UUID | Optional | A unique stop ID to be recorded when a vehicle makes a stop event at a location. Matches [GTFS](https://gtfs.org/documentation/schedule/reference/) `stop_id` |
117118

118119
### Event Times
119120

@@ -140,6 +141,7 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
140141
| `battery_percent` | Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
141142
| `fuel_percent` | Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
142143
| `tipped_over` | Boolean | Required if Known | If detectable and known, is the device tipped over or not? Default is 'false'. |
144+
| `gtfs_stop_id` | UUID | Optional | A unique stop ID to be recorded when a vehicle makes a stop event at a location. Matches [GTFS](https://gtfs.org/documentation/schedule/reference/) `stop_id` |
143145

144146
### GPS Data
145147

0 commit comments

Comments
 (0)