Skip to content

Commit 822c765

Browse files
authored
Added underscore to semi_autonomous
1 parent 93f5d62 commit 822c765

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modes/delivery-robots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `trip_type` field **must** have one of the following enumerated values:
8686

8787
The `trip_attributes` object **may** have the following key value pairs:
8888

89-
- `driver_type` (enum, required): type of driver operating the device: `human`, `semi-autonomous`, `autonomous`
89+
- `driver_type` (enum, required): type of driver operating the device: `human`, `semi_autonomous`, `autonomous`
9090
- `driver_id` (UUID, optional): consistent unique identifier of the primary driver. Could be based on software version or an internal human driver id.
9191
- `app_name` (text, optional): name of the app used to reserve the trip which could be provider's app or 3rd party app
9292
- `requested_time` ([Timestamp][ts], optional): when the customer requested the trip

0 commit comments

Comments
 (0)