Skip to content

Validate uniqueness of values in Arrays of IDs #99

@richfab

Description

@richfab

Problem

Currently, the JSON Schema does not throw any error when fields that are an Array of IDs contain duplicate IDs.

Even though the GBFS spec does not say anything about this, it is common practice that identifiers in an Array MUST be unique.

Solution

The rule to validate the uniqueness of values in Arrays of IDs can be added to the JSON schemas using #uniqueItems.

List of fields for which this rule applies:

- vehicle_types.json#vehicle_types.pricing_plan_ids
- station_status.json#stations.vehicle_docks_available.vehicle_type_ids
- system_alerts.json#alerts.station_ids
- system_alerts.json#alerts.region_ids
- geofencing_zones.json#geofencing_zones.features.properties.rules.vehicle_type_ids
- geofencing_zones.json#geofencing_zones.global_rules.vehicle_type_ids
- station_information.json#stations.vehicle_types_capacity.vehicle_type_ids
- station_information.json#stations.vehicle_docks_capacity.vehicle_type_ids

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions