Skip to content

Commit d278eac

Browse files
authored
Stops: beta feedback and schema link
1 parent e3b5b41 commit d278eac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

provider/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ The authenticated reports are monthly, historic flat files that may be pre-gener
345345

346346
**Endpoint:** `/reports`
347347
**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)
349349
**Schema:** TBD when out of beta
350350
**`data` Filename:** monthly file named by year and month, e.g. `/reports/YYYY-MM.csv`
351351
**`data` Payload:** monthly CSV files with the following structure:
@@ -530,7 +530,8 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
530530

531531
**Endpoint:** `/stops/:stop_id`
532532
**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]
534535
**`data` Payload:** `{ "stops": [] }`, an array of [Stops][stops]
535536

536537
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

Comments
 (0)