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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,6 @@ Events represent changes in vehicle status.
115
115
|`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`|
116
116
|`stop_id`| UUID | Required if Applicable | Stop that the vehicle is currently located at. See [Stops][stops]|
117
117
|`associated_ticket`| String |[Optional](./general-information.md#optional-fields)| Identifier for an associated ticket inside an Agency-maintained 311 or CRM system |
118
-
|`gtfs_stop_id`| String |[Optional](./general-information.md#optional-fields)| 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`|
119
118
120
119
### Event Times
121
120
@@ -142,7 +141,6 @@ A standard point of vehicle telemetry. References to latitude and longitude impl
142
141
|`battery_percent`| Integer | Required if Applicable | Percent battery charge of vehicle, expressed between 0 and 100 |
143
142
|`fuel_percent`| Integer | Required if Applicable | Percent fuel in vehicle, expressed between 0 and 100 |
144
143
|`tipped_over`| Boolean | Required if Known | If detectable and known, is the device tipped over or not? Default is 'false'. |
145
-
|`gtfs_stop_id`| String |[Optional](./general-information.md#optional-fields)| 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`|
146
144
147
145
### GPS Data
148
146
@@ -240,8 +238,6 @@ A Trip is defined by the following structure:
240
238
|`standard_cost`| Integer |[Optional](./general-information.md#optional-fields)| The cost, in the currency defined in `currency`, to perform that trip in the standard operation of the System (see [Costs & Currencies][costs-and-currencies]) |
241
239
|`actual_cost`| Integer |[Optional](./general-information.md#optional-fields)| The actual cost, in the currency defined in `currency`, paid by the customer of the *mobility as a service* provider (see [Costs & Currencies][costs-and-currencies]) |
242
240
|`currency`| String |[Optional](./general-information.md#optional-fields), USD cents is implied if null.| An [ISO 4217 Alphabetic Currency Code][iso4217] representing the currency of the payee (see [Costs & Currencies][costs-and-currencies]) |
243
-
|`gtfs_trip_id`| String | Required if Applicable | A unique trip ID for the associated scheduled GTFS route-trip. Matches [GTFS](https://gtfs.org/documentation/schedule/reference/)`trip_id` in the trips.txt and other files.|
244
-
|`gtfs_api_url`| URL | Required if Applicable | Full URL to the location where the associated [GTFS](https://gtfs.org/documentation/schedule/reference/) dataset zip files are located. |
0 commit comments