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
gbfs.json MUST contain at least one of feed of station_information or vehicle_status. Both files are conditionally required for either dock/dockless systems.
IF gbfs.json declares a station_information feed, it MUST also declare a station_status feed
The text was updated successfully, but these errors were encountered:
Currently, the
gbfs.json
file is checked for schema compliance.In addition to this, I suggest to add the following checks:
gbfs.json
MUST contain one feed with namesystem_information
(spec says it is system_information is REQUIRED)gbfs.json
MUST contain at least one of feed ofstation_information
orvehicle_status
. Both files are conditionally required for either dock/dockless systems.gbfs.json
declares astation_information
feed, it MUST also declare astation_status
feedThe text was updated successfully, but these errors were encountered: