Skip to content

Commit 4e93cea

Browse files
authored
Updated field name to requested_time
1 parent bd7a6c4 commit 4e93cea

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
@@ -89,7 +89,7 @@ The `trip_attributes` object **may** have the following key value pairs:
8989
- `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
92-
- `request_time` (timestamp, optional): when the customer requested the trip
92+
- `requested_time` ([Timestamp][ts], optional): when the customer requested the trip
9393
- `has_payload` (boolean, optional): is there any payload for any delivery included in the device at trip start. 1 = loaded, 0 = empty
9494
- `range` (integer, optional): estimated range in meters based on energy levels in device at trip start
9595
- `identification_required` (boolean, optional): does the cargo require providing customer identification before trip start or upon delivery?

0 commit comments

Comments
 (0)