-
Notifications
You must be signed in to change notification settings - Fork 290
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
Make vehicle_type_ids plural in geofencing_zones #542
Make vehicle_type_ids plural in geofencing_zones #542
Conversation
I hereby call a vote on this proposal. Voting will be open for 10 full calendar days until 11:59PM UTC on Friday, October 27th. |
Transit: +1 |
transport.data.gouv.fr : +1 |
fluctuo: +1 I reviewed the others fields. 1/ Most of the Arrays (simply typed
2/ Some fields, typed as an
3/ All fields, typed as an View the list
In my opinion, 1/ must be plural, too. |
+1 from Where To? |
Thank you @PierrickP for surfacing Array fields written as singular. We all appreciate a consistent specification! In my opinion, only 1/
2/
3/ can all remain singular. Curious to get the opinion of native English speakers. |
Voting on this PR closes in 2 calendar days. Please vote for or against the proposal, and include the organization for which you are voting in your comment. Please note if you can commit to implementing the proposal. |
+1 from Superpedestrian. Seems like a sensible change to support more vehicle types and a consistent spec. |
This vote has now closed, and it passes! Votes in favor: This change will be added to v3.0-RC2, which will be released in the coming weeks. |
If you are new to the specification, please introduce yourself (name and organization/link to GBFS). It’s helpful to know who we're chatting with!
MobilityData created this Pull Request on behalf of @pgiki.
What problem does your proposal solve? Please begin with the relevant issue number. If there is no existing issue, please also describe alternative solutions you have considered.
Fixes #529
vehicle_type_id
represents multiple vehicle type IDs but the field name is singular whereas it is plural elsewhere (eg: in station_status.json)What is the proposal?
Change field
vehicle_type_id
tovehicle_type_ids
(plural) in Geofencing Rule Object in geofencing_zones.json.Is this a breaking change?
Which files are affected by this change?
geofencing_zones.json