Skip to content

Commit b8fc638

Browse files
committed
Cleanup of Accessibility 'Attributes'
1 parent d8aa21e commit b8fc638

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

data-types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A vehicle record is as follows:
3030
| `vehicle_type` | Enum | Required | The [vehicle type][vehicle-types] |
3131
| `vehicle_attributes` | Map | Optional | **[Mode](/modes#list-of-supported-modes) Specific**. [Vehicle attributes](/modes#vehicle-attributes) given as mode-specific unordered key-value pairs |
3232
| `propulsion_types` | Enum[] | Required | Array of [propulsion types][propulsion-types]; allows multiple values |
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**. |
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**. |
3434
| `battery_capacity` | Integer | Required if Available | Capacity of battery expressed as milliamp hours (mAh) |
3535
| `fuel_capacity` | Integer | Required if Available | Capacity of fuel tank (liquid, solid, gaseous) expressed in liters |
3636
| `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:
231231
| `duration` | Integer | Required | Time, in Seconds |
232232
| `distance` | Integer | Required | Trip Distance, in Meters |
233233
| `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**. |
235235
| `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. |
236236
| `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.
237237
| `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]) |

modes/car-share.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Note many of these attributes come from fields in [GBFS vehicle_types](https://g
142142

143143
### Accessibility Attributes
144144

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.
146146

147147
| `accessibility_attributes` | Description |
148148
|----------------------------|---------------------------------------|

modes/delivery-robots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ The `fare_attributes` object **may** have the following key value pairs:
107107

108108
## Vehicle Properties
109109

110-
_See more available vehicle attributes and accessibility options for any mode used in the [vehicles object](/data-types.md#vehicles)._
110+
_See more available vehicle attributes and accessibility attributes for any mode used in the [vehicles object](/data-types.md#vehicles)._
111111

112112
### Vehicle Attributes
113113

modes/micromobility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The `fare_attributes` object is not used in this mode.
8080

8181
## Vehicle Properties
8282

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)._
8484

8585
### Vehicle Attributes
8686

@@ -94,7 +94,7 @@ The `vehicle_attributes` object **may** have the following key value pairs:
9494

9595
### Accessibility Attributes
9696

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.
9898

9999
| `accessibility_attributes` | Description |
100100
|----------------------------|---------------------------------------|

modes/passenger-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The `fare_attributes` object **may** have the following key value pairs:
125125

126126
## Vehicle Properties
127127

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)._
129129

130130
### Vehicle Attributes
131131

@@ -144,7 +144,7 @@ The `vehicle_attributes` object **may** have the following key value pairs:
144144

145145
### Accessibility Attributes
146146

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.
148148

149149
| `accessibility_attributes` | Description |
150150
|----------------------------|---------------------------------------|

0 commit comments

Comments
 (0)