Skip to content

Commit 0ed09ae

Browse files
authored
Merge pull request #508 from openmobilityfoundation/change-gbfs
Change GBFS references
2 parents bcdf7de + 053a662 commit 0ed09ae

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

provider/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,12 +354,9 @@ Without an `event_time` query parameter, `/status_changes` shall return a `400 B
354354

355355
### GBFS
356356

357-
All MDS compatible `provider` APIs must expose a public [GBFS](https://github.com/NABSA/gbfs) feed as well. Given that GBFS hasn't fully [evolved to support dockless mobility](https://github.com/NABSA/gbfs/pull/92) yet, we follow the current guidelines in making bike information avaliable to the public.
357+
All MDS compatible `provider` APIs must expose a public [GBFS](https://github.com/NABSA/gbfs) feed as well. Compatibility with [GBFS 2.0](https://github.com/NABSA/gbfs/blob/v2.0/gbfs.md) or greater is advised due to privacy concerns and support for micromobility.
358358

359-
* `gbfs.json` is always required and must contain a `feeds` property that lists all published feeds
360-
* `system_information.json` is always required
361-
* `free_bike_status.json` is required for MDS
362-
* `station_information.json` and `station_status.json` don't apply for MDS
359+
GBFS 2.0 includes some changes that may make it less useful for regulatory purposes (specifically, the automatic rotation of vehicle IDs). The [`/vehicles`](#vehicles) endpoint offers an alternative to GBFS that may more effectively meet the use cases of regulators. Additional information on MDS and GBFS can be found in this [guidance document](https://github.com/openmobilityfoundation/governance/blob/master/technical/GBFS_and_MDS.md).
363360

364361
### Events
365362

0 commit comments

Comments
 (0)