Skip to content

Commit 4920f72

Browse files
authored
Added accessibility section
1 parent c33c9b4 commit 4920f72

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

modes/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ All MDS APIs should be mode-agnostic.
66

77
## Table of Contents
88

9-
* [Modes](#modes)
10-
* [List of Supported Modes](#list-of-supported-modes)
11-
* [Mode Attributes](#mode-attributes)
12-
* [Unique Mode Properties](#unique-mode-properties)
9+
- [Modes](#modes)
10+
- [List of Supported Modes](#list-of-supported-modes)
11+
- [Mode Attributes](#mode-attributes)
12+
- [Unique Mode Properties](#unique-mode-properties)
1313

1414
## Modes
1515

@@ -62,6 +62,10 @@ The `trip_attributes` array allows additional mode-specific information about th
6262

6363
The `vehicle_attributes` array returns a list of JSON-formatted key/value pairs which correspond to the allowed 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).
6464

65+
### Accessibility Options
66+
67+
The `accessibility_options` array 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).
68+
6569
[Top][toc]
6670

6771
## Unique Mode Properties

0 commit comments

Comments
 (0)