Skip to content

Commit 340cf83

Browse files
committed
updated accessibility options
1 parent 2578cfb commit 340cf83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

data-types.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A vehicle record is as follows:
2525
| `vehicle_type` | Enum | Required | The [vehicle type][vehicle-types] |
2626
| `vehicle_attributes` | Array | Optional |**[Mode](/modes#list-of-supported-modes) Specific**. [Vehicle attributes](/modes#vehicle-attributes) given as mode-specific unordered key-value pairs |
2727
| `propulsion_types` | Enum[] | Required | Array of [propulsion types][propulsion-types]; allows multiple values |
28-
| `accessibility_options` | Enum[] | Required | **[Mode](/modes#list-of-supported-modes) Specific**. [Accessibility options](/modes#accessibility-options) given as an array of enumerated values. |
28+
| `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. |
2929
| `battery_capacity` | Integer | Required if Available | Capacity of battery expressed as milliamp hours (mAh) |
3030
| `fuel_capacity` | Integer | Required if Available | Capacity of fuel tank (liquid, solid, gaseous) expressed in liters |
3131

@@ -210,6 +210,7 @@ A Trip is defined by the following structure:
210210
| `duration` | Integer | Required | Time, in Seconds |
211211
| `distance` | Integer | Required | Trip Distance, in Meters |
212212
| `publication_time` | [Timestamp][ts] | Optional | Date/time that trip became available through the trips endpoint |
213+
| `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. |
213214
| `parking_verification_url` | URL | Optional | A URL to a photo (or other evidence) of proper vehicle parking |
214215
| `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]) |
215216
| `actual_cost` | Integer | Optional | The actual cost, in the currency defined in `currency`, paid by the customer of the *mobility as a service* provider (see [Costs & Currencies][costs-and-currencies]) |

0 commit comments

Comments
 (0)