Skip to content

Commit 4c30d4b

Browse files
authored
Updated provider TOC
1 parent 5e7c3d6 commit 4c30d4b

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

provider/README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ This specification contains a data standard for *mobility as a service* provider
55
## Table of Contents
66

77
* [General Information](#general-information)
8+
* [Versioning](#versioning)
9+
* [Response Format](#response-format)
10+
* [JSON Schema](#json-schema)
11+
* [Pagination](#pagination)
12+
* [Municipality Boundary](#municipality-boundary)
13+
* [Event Times](#event-times)
14+
* [Other Data Types](#other-data-types)
815
* [Trips][trips]
16+
* [Trips - Query Parameters](#trips---query-parameters)
17+
* [Routes](#routes)
918
* [Status Changes][status]
19+
* [Status Changes - Query Parameters](#status-changes---query-parameters)
1020
* [Realtime Data](#realtime-data)
1121
* [GBFS](#GBFS)
1222
* [Data Latency Requirements][data-latency]
@@ -113,9 +123,9 @@ Because of the unreliability of device clocks, the Provider is unlikely to know
113123

114124
[Top][toc]
115125

116-
### Timestamps, Vehicle Types, Propulsion Types, UUIDs, Costs & Currencies
126+
### Other Data Types
117127

118-
Please refer to the MDS [General Information][general-information] document.
128+
For Timestamps, Vehicle Types, Propulsion Types, UUIDs, Costs, and Currencies, refer to the MDS [General Information][general-information] document.
119129

120130
[Top][toc]
121131

@@ -154,7 +164,7 @@ Unless stated otherwise by the municipality, the trips endpoint must return all
154164
| `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]) |
155165
| `currency` | String | Optional, USD cents is implied if null.| An [ISO 4217 Alphabetic Currency Code][iso4217] representing the currency of the payee (see [Costs & Currencies][costs-and-currencies]) |
156166

157-
### Trips Query Parameters
167+
### Trips - Query Parameters
158168

159169
The `/trips` API should allow querying trips with the following query parameters:
160170

@@ -247,7 +257,7 @@ Unless stated otherwise by the municipality, this endpoint must return only thos
247257
| `trip_id` | UUID | Required if Applicable | Trip UUID (foreign key to Trips API), required if `event_types` contains `trip_start`, `trip_end`, `trip_cancel`, `trip_enter_jurisdiction`, or `trip_leave_jurisdiction` |
248258
| `associated_ticket` | String | Optional | Identifier for an associated ticket inside an Agency-maintained 311 or CRM system |
249259

250-
### Status Changes Query Parameters
260+
### Status Changes - Query Parameters
251261

252262
The `/status_changes` API should allow querying status changes with the following query parameters:
253263

0 commit comments

Comments
 (0)