MobilityData / gbfs-validator

The canonical GBFS validator. Maintained by the GBFS community, facilitated by MobilityData.
https://gbfs-validator.mobilitydata.org/
Apache License 2.0
18 stars 12 forks source link

Missing station_status should be an error if station_information exists #116

Closed futuretap closed 1 year ago

futuretap commented 1 year ago

The GBFS spec states: "Any station that is represented in station_information.json MUST have a corresponding entry in station_status.json"

Currently, this case is flagged only as a warning "Missing file but not required":

https://gbfs-validator.netlify.app/validator?url=https%3A%2F%2Fdata.rideflamingo.com%2Fgbfs%2F3%2Fwaimakariri%2Fgbfs.json

futuretap commented 1 year ago

Dupe of #103