Skip to content

Commit e58e57b

Browse files
authored
Added provider id section to modes
1 parent c983956 commit e58e57b

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

modes/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ All MDS APIs should be mode-agnostic.
77
## Table of Contents
88

99
- [Modes](#modes)
10+
- [Provider ID](#provider-id)
1011
- [List of Supported Modes](#list-of-supported-modes)
1112
- [Mode Attributes](#mode-attributes)
12-
- [Unique Mode Properties](#unique-mode-properties)
13+
- [Mode Properties](#mode-properties)
1314

1415
## Modes
1516

@@ -25,6 +26,12 @@ Each mode defined in MDS shall include key descriptive information, such as jour
2526

2627
[Top][toc]
2728

29+
### Provider ID
30+
31+
MDS is intended to be used for multiple transportation modes, including its original micromobility (e-scooters, bikes, etc.) mode, as well as additional modes such as taxis, car share, and delivery bots. A given `provider_id` shall be associated with a single mobility [mode], so that the mode does not have to be specified in each data structure and API call. A provider implementing more than one mode shall [register](/README.md#providers-using-mds) a unique `provider_id` for each mode.
32+
33+
[Top][toc]
34+
2835
## List of Supported Modes
2936

3037
- **[Micromobility](/modes/micromobility.md)** (`micromobility`) - dockless or docked small devices such as e-scooters and bikes.
@@ -82,9 +89,9 @@ The `accessibility_options` array returns a list of JSON-formatted key/value pai
8289

8390
[Top][toc]
8491

85-
## Unique Mode Properties
92+
## Mode Properties
8693

87-
While each mode is unique in its operational and business models, there are several areas where there are significant differences from one mode to the next. Each of these areas is defined in more detail within the mode, and each pull from a base of options defined in a global location.
94+
While each mode is unique in its operational and business models, there are several areas where there are significant differences from one mode to the next. Each of these areas is defined in more detail within the mode, and each pull from a base of options defined in a central location.
8895

8996
### Vehicle States
9097

0 commit comments

Comments
 (0)