MobilityData / gbfs-json-schema

JSON Schema for GBFS feeds, managed by MobilityData. The versions are organized by folders. CC BY 4.0
Apache License 2.0
23 stars 25 forks source link

Validate uniqueness of values in Arrays of IDs #102

Closed richfab closed 10 months ago

richfab commented 10 months ago

Fixes https://github.com/MobilityData/gbfs-json-schema/issues/99

Example of vehicle_types.json file with with duplicate ids in the field vehicle_types.pricing_plan_ids:

"pricing_plan_ids": ["1-standard", "1-standard"]
Before After
image image
richfab commented 10 months ago

Reverting the validation of unique values in Arrays of IDs since this is a best practice, not explicitly written in the specs.