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
|`accessibility_options`| Enum[]| Required |**[Mode](/modes#list-of-supported-modes) Specific**. [Accessibility options](/modes#accessibility-options) given as an array of enumerated values. List of any accessibility options **available on the vehicle**. |
33
+
|`accessibility_attributes`| Enum[]| Required |**[Mode](/modes#list-of-supported-modes) Specific**. [Accessibility attributes](/modes#accessibility-attributes) given as an array of enumerated values. List of any accessibility options **available on the vehicle**. |
34
34
|`battery_capacity`| Integer | Required if Available | Capacity of battery expressed as milliamp hours (mAh) |
35
35
|`fuel_capacity`| Integer | Required if Available | Capacity of fuel tank (liquid, solid, gaseous) expressed in liters |
36
36
|`maximum_speed`| Integer | Required if Available | Maximum speed (kph) possible with vehicle under normal, flat incline, smooth surface conditions. Applicable if the device has a built-in or intelligent speed limiter/governor. |
@@ -231,7 +231,7 @@ A Trip is defined by the following structure:
231
231
|`duration`| Integer | Required | Time, in Seconds |
232
232
|`distance`| Integer | Required | Trip Distance, in Meters |
233
233
|`publication_time`|[Timestamp][ts]| Optional | Date/time that trip became available through the trips endpoint |
234
-
|`accessibility_options`| Enum[]| Required |**[Mode](/modes#list-of-supported-modes) Specific**. [Accessibility options](/modes#accessibility-options) given as an array of enumerated values. List of any accessibility options **used during the trip**. |
234
+
|`accessibility_attributes`| Enum[]| Required |**[Mode](/modes#list-of-supported-modes) Specific**. [Accessibility attributes](/modes#accessibility-attributes) given as an array of enumerated values. List of any accessibility options **used during the trip**. |
235
235
|`parking_verification_url`| URL | Optional | A URL to a photo (or other evidence) of proper vehicle parking at the end of a trip, provided by customer or operator. |
236
236
| `parking_category` | Enum | Optional | The type of parking location detected or provided and the end of a trip. One of `corral`, `curb`, `rack`, `other_valid`, `invalid`. Note that `other_valid` covers any other allowed parking location beyond what is enumerated, and `invalid` is any improper parking based on agency parking rules.
237
237
|`standard_cost`| Integer | Optional | The cost, in the currency defined in `currency`, to perform that trip in the standard operation of the System (see [Costs & Currencies][costs-and-currencies]) |
Copy file name to clipboardExpand all lines: modes/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,9 @@ The `vehicle_attributes` object returns a list of JSON-formatted key/value pairs
83
83
84
84
_See more available vehicle attributes for any mode in the [vehicles object](/data-types.md#vehicles)._
85
85
86
-
### Accessibility Options
86
+
### Accessibility Attributes
87
87
88
-
The `accessibility_options` object returns a list of JSON-formatted key/value pairs which correspond to the allowed accessibility attributes and values for the operative mode. For each mode, the allowed attributes and corresponding values are defined in the [mode definition](#list-of-supported-modes).
88
+
The `accessibility_attributes` object returns a list of JSON-formatted key/value pairs which correspond to the allowed accessibility attributes and values for the operative mode. For each mode, the allowed attributes and corresponding values are defined in the [mode definition](#list-of-supported-modes).
@@ -140,13 +140,13 @@ Note many of these attributes come from fields in [GBFS vehicle_types](https://g
140
140
141
141
[Top][toc]
142
142
143
-
### Accessibility Options
143
+
### Accessibility Attributes
144
144
145
-
This `accessibility_options` enum represents the accessibility options available on a given vehicle, or the accessibility options utilized for a given trip.
145
+
This `accessibility_attributes` enum represents the accessibility options available on a given vehicle, or the accessibility options utilized for a given trip.
@@ -92,13 +92,13 @@ The `vehicle_attributes` object **may** have the following key value pairs:
92
92
93
93
[Top][toc]
94
94
95
-
### Accessibility Options
95
+
### Accessibility Attributes
96
96
97
-
This `accessibility_options` enum represents the accessibility options available on a given vehicle, or the accessibility options utilized for a given trip.
97
+
This `accessibility_attributes` enum represents the accessibility options available on a given vehicle, or the accessibility options utilized for a given trip.
|`adaptive`| This vehicle is accessible to people with various physical disabilities, and may include three wheels or be self balancing, a seat, or a basket or storage area |
|`adaptive`| This vehicle is accessible to people with various physical disabilities, and may include three wheels or be self balancing, a seat, or a basket or storage area |
@@ -142,13 +142,13 @@ The `vehicle_attributes` object **may** have the following key value pairs:
142
142
143
143
[Top][toc]
144
144
145
-
### Accessibility Options
145
+
### Accessibility Attributes
146
146
147
-
This `accessibility_options` enum represents the accessibility options available on a given vehicle, or the accessibility options utilized for a given trip.
147
+
This `accessibility_attributes` enum represents the accessibility options available on a given vehicle, or the accessibility options utilized for a given trip.
0 commit comments