Skip to content

Commit a1b88bd

Browse files
authored
Clarified driver_id
1 parent ab4f329 commit a1b88bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modes/delivery-robots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Example 2: three overlapping delivery trips in the same journey
6262

6363
### Journey Attributes
6464

65-
The `journey_attributes` array **may** have the following key value pairs:
65+
The `journey_attributes` array is not used in this mode.
6666

6767
- ...
6868

@@ -95,7 +95,7 @@ The `trip_type` field **must** have one of the following enumerated values:
9595
The `trip_attributes` array **may** have the following key value pairs:
9696

9797
- `driver_type` (ennum, required): type of driver operating the device: `human`, `semi-autonomous`, `autonomous`
98-
- `driver_id` (UUID, optional): consistent unique identifier of the privary driver. Could be based on software version or human
98+
- `driver_id` (UUID, optional): consistent unique identifier of the privary driver. Could be based on software version or an internal human driver id.
9999
- `app_name` (text, optional): name of the app used to reserve the trip which could be provider's app or 3rd party app
100100
- `request_time` (timestamp, optional): when the customer requested the trip
101101
- `has_payload` (boolean, optional): is there any payload for any delivery included in the device at trip start. 1 = loaded, 0 = empty

0 commit comments

Comments
 (0)