-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a custom rule to check conditional requirement of vehicle_types.json file presence #54
Labels
Comments
@PierrickP your ideas are welcome here :) |
PierrickP
added a commit
that referenced
this issue
Nov 10, 2021
On `free_bike_status.json` + `vehicle_type_id` if has a `vehicle_types.json` + `current_range_meters` if the vehicle_type_id has not the `human` propulsion Set `vehicle_types.json` required if `free_bike_status.json` has `vehicle_type_id` issue #54
tdelmas
pushed a commit
to tdelmas/gbfs-validator
that referenced
this issue
Feb 1, 2022
On `free_bike_status.json` + `vehicle_type_id` if has a `vehicle_types.json` + `current_range_meters` if the vehicle_type_id has not the `human` propulsion Set `vehicle_types.json` required if `free_bike_status.json` has `vehicle_type_id` issue MobilityData#54
tdelmas
added a commit
to tdelmas/gbfs-validator
that referenced
this issue
Feb 2, 2022
…6ec1 90a6ec1 Update README.md c05169e Create README.md (MobilityData#64) b871a0e Add GitHub Actions to validate schemas (MobilityData#54) 61c4de1 Fix invalid json, no trailing commas (MobilityData#63) git-subtree-dir: gbfs-validator/versions/schemas git-subtree-split: 90a6ec18bb7d23b5eba8e400b5df549d254e9fd2
Closing, solved in #63 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The GBFS specification mentions the following in the vehicle_types.json file:
A custom rule should be written to include this rule in the validator.
The additional context in:
The text was updated successfully, but these errors were encountered: