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/delivery-robots.md
+25-25Lines changed: 25 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,21 +87,21 @@ The `trip_type` field **must** have one of the following enumerated values:
87
87
The `trip_attributes` object **may** have the following key value pairs:
88
88
89
89
-`driver_type` (enum, required): type of driver operating the device: `human`, `semi_autonomous`, `autonomous`
90
-
-`driver_id` (UUID, [Optional](./general-information.md#optional-fields]): consistent unique identifier of the primary driver. Could be based on software version or an internal human driver id.
91
-
-`app_name` (text, [Optional](./general-information.md#optional-fields]): name of the app used to reserve the trip which could be provider's app or 3rd party app
92
-
-`requested_time` ([Timestamp][ts], [Optional](./general-information.md#optional-fields]): when the customer requested the trip
93
-
-`has_payload` (boolean, [Optional](./general-information.md#optional-fields]): is there any payload for any delivery included in the device at trip start. 1 = loaded, 0 = empty
94
-
-`range` (integer, [Optional](./general-information.md#optional-fields]): estimated range in meters based on energy levels in device at trip start
95
-
-`identification_required` (boolean, [Optional](./general-information.md#optional-fields]): does the cargo require providing customer identification before trip start or upon delivery?
90
+
-`driver_id` (UUID, [Optional](../general-information.md#optional-fields)): consistent unique identifier of the primary driver. Could be based on software version or an internal human driver id.
91
+
-`app_name` (text, [Optional](../general-information.md#optional-fields)): name of the app used to reserve the trip which could be provider's app or 3rd party app
92
+
-`requested_time` ([Timestamp][ts], [Optional](../general-information.md#optional-fields)): when the customer requested the trip
93
+
-`has_payload` (boolean, [Optional](../general-information.md#optional-fields)): is there any payload for any delivery included in the device at trip start. 1 = loaded, 0 = empty
94
+
-`range` (integer, [Optional](../general-information.md#optional-fields)): estimated range in meters based on energy levels in device at trip start
95
+
-`identification_required` (boolean, [Optional](../general-information.md#optional-fields)): does the cargo require providing customer identification before trip start or upon delivery?
96
96
97
97
[Top][toc]
98
98
99
99
### Fare Attributes
100
100
101
101
The `fare_attributes` object **may** have the following key value pairs:
-`inspection_date` (date YYYY-MM-DD, [Optional](./general-information.md#optional-fields]): the date of the last inspection of the vehicle
121
-
-`equipped_cameras` (integer, [Optional](./general-information.md#optional-fields]): number of cameras equipped on device
122
-
-`equipped_lighting` (integer, [Optional](./general-information.md#optional-fields]): number of lights used to illuminate the environment on the the device
123
-
-`wheel_count` (integer, [Optional](./general-information.md#optional-fields]): number of wheels on the device
124
-
-`width` (integer, [Optional](./general-information.md#optional-fields]): width in meters of the device
125
-
-`length` (integer, [Optional](./general-information.md#optional-fields]): length in meters of the device
126
-
-`height` (integer, [Optional](./general-information.md#optional-fields]): height in meters of the device (minus flexible elements like flags)
127
-
-`weight` (integer, [Optional](./general-information.md#optional-fields]): weight in kilograms rounded up of the device not including cargo
128
-
-`top_speed` (integer, [Optional](./general-information.md#optional-fields]): theoretical top speed in meters per second of the device
129
-
-`storage_capacity` (integer, [Optional](./general-information.md#optional-fields]): cubic centimeters of cargo space available not including any cargo
-`inspection_date` (date YYYY-MM-DD, [Optional](../general-information.md#optional-fields)): the date of the last inspection of the vehicle
121
+
-`equipped_cameras` (integer, [Optional](../general-information.md#optional-fields)): number of cameras equipped on device
122
+
-`equipped_lighting` (integer, [Optional](../general-information.md#optional-fields)): number of lights used to illuminate the environment on the the device
123
+
-`wheel_count` (integer, [Optional](../general-information.md#optional-fields)): number of wheels on the device
124
+
-`width` (integer, [Optional](../general-information.md#optional-fields)): width in meters of the device
125
+
-`length` (integer, [Optional](../general-information.md#optional-fields)): length in meters of the device
126
+
-`height` (integer, [Optional](../general-information.md#optional-fields)): height in meters of the device (minus flexible elements like flags)
127
+
-`weight` (integer, [Optional](../general-information.md#optional-fields)): weight in kilograms rounded up of the device not including cargo
128
+
-`top_speed` (integer, [Optional](../general-information.md#optional-fields)): theoretical top speed in meters per second of the device
129
+
-`storage_capacity` (integer, [Optional](../general-information.md#optional-fields)): cubic centimeters of cargo space available not including any cargo
130
130
131
131
[Top][toc]
132
132
133
133
### Accessibility Attributes
134
134
135
135
The `accessibility_attributes` object **may** have the following key value pairs:
136
136
137
-
-`audio_cue` (boolean, [Optional](./general-information.md#optional-fields]): is the device equipped with audio cues upon delivery
138
-
-`visual_cue` (boolean, [Optional](./general-information.md#optional-fields]): is the device equipped with visual cues upon delivery
139
-
-`remote_open` (boolean, [Optional](./general-information.md#optional-fields]): can the device door be remotely opened to retrieve cargo upon delivery
137
+
-`audio_cue` (boolean, [Optional](../general-information.md#optional-fields)): is the device equipped with audio cues upon delivery
138
+
-`visual_cue` (boolean, [Optional](../general-information.md#optional-fields)): is the device equipped with visual cues upon delivery
139
+
-`remote_open` (boolean, [Optional](../general-information.md#optional-fields)): can the device door be remotely opened to retrieve cargo upon delivery
0 commit comments