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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ The `/vehicles` endpoint returns the specified vehicle (if a device_id is provid
189
189
**Method:**`GET`
190
190
**[Beta feature][beta]:** No (as of 1.2.0)
191
191
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
192
-
**`data`Payload:**`{ "vehicles": [] }`, an array of [Vehicle][vehicles] objects
192
+
**Payload:**`{ "vehicles": [] }`, an array of [Vehicle][vehicles] objects
193
193
194
194
_Path Parameters:_
195
195
@@ -234,7 +234,7 @@ The `/vehicles/status` endpoint returns the specified vehicle (if a device_id is
234
234
**Method:**`GET`
235
235
**[Beta feature][beta]:** No (as of 1.2.0)
236
236
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
237
-
**`data`Payload:**`{ "vehicles_status": [] }`, an array of [Vehicle Status][vehicle-status] objects
237
+
**Payload:**`{ "vehicles_status": [] }`, an array of [Vehicle Status][vehicle-status] objects
238
238
239
239
_Path Parameters:_
240
240
@@ -283,7 +283,7 @@ Unless stated otherwise by the municipality, the trips endpoint must return all
283
283
**Method:**`GET`
284
284
**[Beta feature][beta]:** No
285
285
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
286
-
**`data`Payload:**`{ "trips": [] }`, an array of [Trip][trips] objects
286
+
**Payload:**`{ "trips": [] }`, an array of [Trip][trips] objects
287
287
288
288
### Trips - Query Parameters
289
289
@@ -348,7 +348,7 @@ Telemetry for a [trip](#trip) must include at least 2 points: the start point an
348
348
**Endpoint:** `/telemetry`
349
349
**Method:** `GET`
350
350
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
351
-
**`data` Payload:** `{ "telemetry": [] }`, an array of [Vehicle Telemetry][vehicle-telemetry] objects
351
+
**Payload:** `{ "telemetry": [] }`, an array of [Vehicle Telemetry][vehicle-telemetry] objects
352
352
353
353
[Top][toc]
354
354
@@ -385,7 +385,7 @@ Unless stated otherwise by the municipality, this endpoint must return only thos
385
385
**Method:** `GET`
386
386
**[Beta feature][beta]:** No
387
387
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
388
-
**`data` Payload:** `{ "events": [] }`, an array of [Events](/data-types.md#events) object
388
+
**Payload:** `{ "events": [] }`, an array of [Events](/data-types.md#events) object
389
389
390
390
[Top][toc]
391
391
@@ -447,7 +447,7 @@ See also [Stop-based Geographic Data][stop-based-geo].
447
447
**Method:** `GET`
448
448
**[Beta feature][beta]:** No (as of 1.0.0)
449
449
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
450
-
**`data` Payload:** `{ "events": [] }`, an array of [Events](/data-types.md#events) object objects
450
+
**Payload:** `{ "events": [] }`, an array of [Events](/data-types.md#events) object objects
451
451
452
452
#### Recent Events - Query Parameters
453
453
@@ -494,7 +494,7 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
494
494
**Method:**`GET`
495
495
**[Beta feature][beta]:** Yes (as of 1.0.0). [Leave feedback](https://github.com/openmobilityfoundation/mobility-data-specification/issues/638)
496
496
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
497
-
**`data`Payload:**`{ "stops": [] }`, an array of [Stops][stops]
497
+
**Payload:**`{ "stops": [] }`, an array of [Stops][stops]
498
498
499
499
In the case that a `stop_id` path 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.
500
500
@@ -527,8 +527,8 @@ The authenticated reports are monthly, historic flat files that may be pre-gener
527
527
**[Beta feature][beta]:** No (as of 2.0.0). [Leave feedback](https://github.com/openmobilityfoundation/mobility-data-specification/issues/672)
528
528
**Usage note:** This endpoint uses media-type `text/vnd.mds+csv` instead of `application/vnd.mds+json`, see [Versioning][versioning].
529
529
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
530
-
**`data`Filename:** monthly file named by year and month, e.g. `/reports/YYYY-MM.csv`
531
-
**`data`Payload:** monthly CSV files of [Report](/data-types.md#Reports) objects
530
+
**Filename:** monthly file named by year and month, e.g. `/reports/YYYY-MM.csv`
531
+
**Payload:** monthly CSV files of [Report](/data-types.md#Reports) objects
0 commit comments