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: modes/car-share.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ _See more available trip and fare attributes for any mode used in the [trips obj
43
43
The `journey_id` field shall have a consistent value in overlapping trips for a single reservation period, e.g. trips taken by a customer between ignition states over the duration of their reservation. A reservation is the duration the customer has continuous exclusive access to the vehicle whether parked or in motion. Journeys may be point-to-point or multi-segment.
44
44
45
45
-**Example 1**: customer makes a reservation and company delivers vehicle to customer, then one trip point-to-point by customer, ending reservation at destination
46
-
-**Example 2**: Customer reservation for multiple days with trips for errands, gas, entertainment, etc
46
+
-**Example 2**: customer reservation for multiple days with trips for errands, gas, entertainment, etc
47
47
-**Example 3**: one trip point-to-point with an employee moving the vehicle to a new location for maintenance
@@ -178,29 +178,25 @@ Valid car share vehicle event types are
178
178
-`comms_lost`
179
179
-`comms_restored`
180
180
-`driver_cancellation`
181
-
-`decommission`
182
181
-`fueling_start`
183
182
-`fueling_end`
184
183
-`maintenance`
185
184
-`maintenance_pick_up`
186
185
-`maintenance_end`
187
186
-`passenger_cancellation`
188
187
-`provider_cancellation`
189
-
-`recommission`
190
188
-`remote_start`
191
189
-`remote_end`
192
-
-`reservation_cancel`
190
+
-`reservation_stop`
193
191
-`reservation_start`
194
192
-`service_end`
195
193
-`service_start`
196
-
-`trip_cancel`
197
194
-`trip_end`
198
195
-`trip_enter_jurisdiction`
199
196
-`trip_leave_jurisdiction`
200
197
-`trip_resume`
201
198
-`trip_start`
202
199
-`trip_stop`
203
-
-`unspecified`
204
200
205
201
See vehicle [Event Types][vehicle-events] for descriptions.
206
202
@@ -215,7 +211,7 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
215
211
|`available`|`elsewhere`| N/A |`trip_leave_jurisdiction`| The vehicle has left jurisdictional boundaries while available for-hire |
216
212
|`available`|`non_contactable`| N/A |`comms_lost`| The vehicle has went out of comms while available for-use |
217
213
|`available`|`non_operational`| N/A |`service_end`| The vehicle has went out of service (is unavailable for-hire) |
218
-
|`available`|`reserved`|`reserved`|`reserve`| The vehicle was reserved by a passenger |
214
+
|`available`|`reserved`|`reserved`|`reservation_start`| The vehicle was reserved by a passenger |
219
215
|`elsewhere`|`available`| N/A |`trip_enter_jurisdiction`| The vehicle has entered jurisdictional boundaries while available for-hire |
220
216
|`elsewhere`|`non_contactable`| N/A |`comms_lost`| The vehicle has went out of comms while outside of jurisdictional boundaries |
221
217
|`elsewhere`|`non_operational`| N/A |`trip_enter_jurisdiction`| The vehicle has entered jurisdictional boundaries while not operating commercially |
@@ -245,7 +241,7 @@ This is the list of `vehicle_state` and `event_type` pairings that constitute th
245
241
|`reserved`|`available`| N/A |`provider_cancellation`| The provider has canceled the reservation |
246
242
|`reserved`|`elsewhere`| N/A |`trip_leave_jurisdiction`| The vehicle has left the jurisdiction while in a reservation |
247
243
|`reserved`|`non_contactable`| N/A |`comms_lost`| The vehicle went out of comms while being reserved by a passenger |
248
-
|`reserved`|`stopped`|`stopped`|`reserve_stop`| The vehicle has stopped to pick up the passenger |
244
+
|`reserved`|`stopped`|`stopped`|`reservation_stop`| The vehicle has stopped to pick up the passenger |
249
245
|`stopped`|`available`| N/A |`driver_cancellation`| The driver has canceled the trip while either waiting for the passenger, or dropping them off |
250
246
|`stopped`|`available`| N/A |`passenger_cancellation`| The passenger has canceled the trip while the vehicle is waiting to pick them up, or they are being dropped off |
251
247
|`stopped`|`available`| N/A |`provider_cancellation`| The provider has canceled the trip while the vehicle is waiting for a passenger, or dropping them off |
0 commit comments