You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provider/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ This specification contains a data standard for *mobility as a service* provider
12
12
*[Versioning](#versioning)
13
13
*[Modes](#modes)
14
14
*[Responses and Error Messages](#responses-and-error-messages)
15
+
*[GBFS](#GBFS)
15
16
*[JSON Schema](#json-schema)
16
17
*[Pagination](#pagination)
17
18
*[Municipality Boundary](#municipality-boundary)
@@ -34,7 +35,6 @@ This specification contains a data standard for *mobility as a service* provider
34
35
*[Special Group Type](#special-group-type)
35
36
*[Data Redaction](#data-redaction)
36
37
*[Realtime Data](#realtime-data)
37
-
*[GBFS](#GBFS)
38
38
*[Data Latency Requirements][data-latency]
39
39
*[Events][events]
40
40
*[Stops](#stops)
@@ -86,6 +86,12 @@ All response fields must use `lower_case_with_underscores`.
86
86
87
87
[Top][toc]
88
88
89
+
### GBFS
90
+
91
+
See the [GBFS Requirement](/README.md#gbfs-requirement) language for more details.
92
+
93
+
[Top][toc]
94
+
89
95
### JSON Schema
90
96
91
97
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
451
457
452
458
## Realtime Data
453
459
454
-
### GBFS
455
-
456
-
See the [GBFS Requirement](/README.md#gbfs-requirement) language for more details.
457
-
458
-
[Top][toc]
459
-
460
460
### Data Latency Requirements
461
461
462
462
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