Skip to content

Commit f7a2d7e

Browse files
authored
Merge pull request #297 from remix/ryanf/clarify-associated-trip-field
Explicitly allow `associated_trip` for any event type
2 parents 26f107d + 29760f8 commit f7a2d7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

provider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Schema: [`status_changes` schema][sc-schema]
276276
| `event_time` | [timestamp][ts] | Required | Date/time that event occurred, based on device clock |
277277
| `event_location` | GeoJSON [Point Feature][geo] | Required | |
278278
| `battery_pct` | Float | Required if Applicable | Percent battery charge of device, expressed between 0 and 1 |
279-
| `associated_trip` | UUID | Required if Applicable | Trip UUID (foreign key to Trips API) required if `event_type_reason` is `user_pick_up` or `user_drop_off` |
279+
| `associated_trip` | UUID | Required if Applicable | Trip UUID (foreign key to Trips API), required if `event_type_reason` is `user_pick_up` or `user_drop_off`, or for any other status change event that marks the end of a trip. |
280280

281281
### Status Changes Query Parameters
282282

0 commit comments

Comments
 (0)