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_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**. |
33
+
|`accessibility_attributes`| Enum[]| Required if Available |**[Mode](/modes#list-of-supported-modes) Specific**. [Accessibility attributes](/modes#accessibility-attributes) given as an array of enumerated values. List of any accessibility attributes**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_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**. |
234
+
|`accessibility_attributes`| Enum[]| Required if Available |**[Mode](/modes#list-of-supported-modes) Specific**. [Accessibility attributes](/modes#accessibility-attributes) given as an array of enumerated values. List of any accessibility attributes**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/car-share.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ Note many of these attributes come from fields in [GBFS vehicle_types](https://g
142
142
143
143
### Accessibility Attributes
144
144
145
-
This `accessibility_attributes` 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 attributes available on a given vehicle, or the accessibility attributes utilized for a given trip.
Copy file name to clipboardExpand all lines: modes/micromobility.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
@@ -80,7 +80,7 @@ The `fare_attributes` object is not used in this mode.
80
80
81
81
## Vehicle Properties
82
82
83
-
_See more available vehicle attributes and accessibility options for any mode used in the [vehicles object](/data-types.md#vehicles)._
83
+
_See more available vehicle attributes and accessibility attributes for any mode used in the [vehicles object](/data-types.md#vehicles)._
84
84
85
85
### Vehicle Attributes
86
86
@@ -94,7 +94,7 @@ The `vehicle_attributes` object **may** have the following key value pairs:
94
94
95
95
### Accessibility Attributes
96
96
97
-
This `accessibility_attributes` 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 attributes available on a given vehicle, or the accessibility attributes utilized for a given trip.
Copy file name to clipboardExpand all lines: modes/passenger-services.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
@@ -125,7 +125,7 @@ The `fare_attributes` object **may** have the following key value pairs:
125
125
126
126
## Vehicle Properties
127
127
128
-
_See more available vehicle attributes and accessibility options for any mode used in the [vehicles object](/data-types.md#vehicles)._
128
+
_See more available vehicle attributes and accessibility attributes for any mode used in the [vehicles object](/data-types.md#vehicles)._
129
129
130
130
### Vehicle Attributes
131
131
@@ -144,7 +144,7 @@ The `vehicle_attributes` object **may** have the following key value pairs:
144
144
145
145
### Accessibility Attributes
146
146
147
-
This `accessibility_attributes` 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 attributes available on a given vehicle, or the accessibility attributes utilized for a given trip.
0 commit comments