Skip to content

Commit 6a0e551

Browse files
committed
Moved GBFS reference in Provider
1 parent d874118 commit 6a0e551

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

provider/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This specification contains a data standard for *mobility as a service* provider
1212
* [Versioning](#versioning)
1313
* [Modes](#modes)
1414
* [Responses and Error Messages](#responses-and-error-messages)
15+
* [GBFS](#GBFS)
1516
* [JSON Schema](#json-schema)
1617
* [Pagination](#pagination)
1718
* [Municipality Boundary](#municipality-boundary)
@@ -34,7 +35,6 @@ This specification contains a data standard for *mobility as a service* provider
3435
* [Special Group Type](#special-group-type)
3536
* [Data Redaction](#data-redaction)
3637
* [Realtime Data](#realtime-data)
37-
* [GBFS](#GBFS)
3838
* [Data Latency Requirements][data-latency]
3939
* [Events][events]
4040
* [Stops](#stops)
@@ -86,6 +86,12 @@ All response fields must use `lower_case_with_underscores`.
8686

8787
[Top][toc]
8888

89+
### GBFS
90+
91+
See the [GBFS Requirement](/README.md#gbfs-requirement) language for more details.
92+
93+
[Top][toc]
94+
8995
### JSON Schema
9096

9197
MDS defines [JSON Schema][json-schema] files for each endpoint.
@@ -451,12 +457,6 @@ Using k-anonymity will reduce, but not necessarily eliminate the risk that an in
451457

452458
## Realtime Data
453459

454-
### GBFS
455-
456-
See the [GBFS Requirement](/README.md#gbfs-requirement) language for more details.
457-
458-
[Top][toc]
459-
460460
### Data Latency Requirements
461461

462462
The data returned by a near-realtime endpoint should be as close to realtime as possible, but in no case should it be more than 5 minutes out-of-date. Near-realtime endpoints must contain `last_updated` and `ttl` properties in the top-level of the response body. These properties are defined as:

0 commit comments

Comments
 (0)