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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -345,7 +345,7 @@ The authenticated reports are monthly, historic flat files that may be pre-gener
345
345
346
346
**Endpoint:** `/reports`
347
347
**Method:** `GET`
348
-
**[Beta feature][beta]:** Yes (as of 1.1.0)
348
+
**[Beta feature][beta]:** Yes (as of 1.1.0). [Leave feedback](https://github.com/openmobilityfoundation/mobility-data-specification/issues/672)
349
349
**Schema:** TBD when out of beta
350
350
**`data` Filename:** monthly file named by year and month, e.g. `/reports/YYYY-MM.csv`
351
351
**`data` Payload:** monthly CSV files with the following structure:
@@ -530,7 +530,8 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
530
530
531
531
**Endpoint:**`/stops/:stop_id`
532
532
**Method:**`GET`
533
-
**[Beta feature][beta]:** Yes (as of 1.0.0)
533
+
**[Beta feature][beta]:** Yes (as of 1.0.0). [Leave feedback](https://github.com/openmobilityfoundation/mobility-data-specification/issues/638)
534
+
**Schema:**[`stops` schema][stops-schema]
534
535
**`data` Payload:**`{ "stops": [] }`, an array of [Stops][stops]
535
536
536
537
In the case that a `stop_id` query parameter is specified, the `stops` array returned will only have one entry. In the case that no `stop_id` query parameter is specified, all stops will be returned.
0 commit comments