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: provider/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,9 @@ Unless stated otherwise by the municipality, the trips endpoint must return all
180
180
|`route`| GeoJSON `FeatureCollection`| Required | See [Routes](#routes) detail below |
181
181
|`accuracy`| Integer | Required | The approximate level of accuracy, in meters, of `Points` within `route`|
182
182
|`start_time`|[timestamp][ts]| Required ||
183
+
|`start_stop_id`| UUID | Required (*docked*), Optional (*dockless*) | Identifier for a stop see [Stops](LINKTBD). |
183
184
|`end_time`|[timestamp][ts]| Required ||
185
+
|`end_stop_id`| UUID | Required (*docked*), Optional (*dockless*) | Identifier for a stop see [Stops](LINKTBD). |
184
186
|`publication_time`|[timestamp][ts]| Optional | Date/time that trip became available through the trips endpoint |
185
187
|`parking_verification_url`| String | Optional | A URL to a photo (or other evidence) of proper vehicle parking |
186
188
|`standard_cost`| Integer | Optional | The cost, in the currency defined in `currency`, that it would cost to perform that trip in the standard operation of the System (see [Costs & Currencies][costs-and-currencies]) |
@@ -272,7 +274,8 @@ Unless stated otherwise by the municipality, this endpoint must return only thos
|`battery_pct`| Float | Required if Applicable | Percent battery charge of device, expressed between 0 and 1 |
274
276
|`trip_id`| UUID | Required if Applicable | Trip UUID (foreign key to Trips API), required if `event_types` contains `trip_start`, `trip_end`, `trip_cancel`, `trip_enter_jurisdiction`, or `trip_leave_jurisdiction`|
275
-
|`associated_ticket`| String | Optional | Identifier for an associated ticket inside an Agency-maintained 311 or CRM system |
277
+
|`associated_ticket`| String | Optional | Identifier for an associated ticket inside an Agency-maintained 311 or CRM system. |
278
+
|`stop_id`| UUID | Conditionally Required (*docked*), N/A (*dockless*) | Identifier for a stop see [Stops](LINKTBD). Required for `trip_start` and `trip_end` events for a *docked* mobility provider. |
0 commit comments