Tom Erik Støwer
Tom Erik Støwer
Probably also `url` in `system_alerts.json`
The localization section also needs revision (https://github.com/MobilityData/gbfs/blob/master/gbfs.md#localization), or maybe it's no longer needed?
There are a few more fields in `vehicle_types.json` that should be considered: `make`, `model`, and `color`. I'm guessing that `make` and `model` may not be translatable within any given system...
> * `terms_url` > * `privacy_url` > * `brand_terms_url` > * `license_url` Out of these, could we possibly rule out `brand_terms_url`, and `license_url` as these are not intended for end-users...
Entur supports this change
@mplsmitch How can we move this forward? Call to vote?
I don't think this is worth it due to lack of (computer) language support. Java does not support it which leads to having to use plain Strings and adding custom...
I can only speak for the tools I use myself. Even though the "iri" format exists in json schema draft-07, the pojo generator maps this to String type in java,...
+1 from Entur
There is in fact one case where this could be improved: When the string value differs from the enum constant. Consider the following example: ``` public enum Version { _1_0("1.0"),...