Open richfab opened 4 hours ago
Follow-up of https://github.com/MobilityData/gbfs-json-schema/issues/146
The time zones in the schemas were replaced with the content of the TZ identifier column from this list.
TZ identifier
The Java models are inconsistent with the spec because they use the previous list of time zones.
Update the Java models with the list of time zones from the schemas.
You actually don't need to do much. The compiler will regenerate the types for you.
Follow-up of https://github.com/MobilityData/gbfs-json-schema/issues/146
Context
The time zones in the schemas were replaced with the content of the
TZ identifier
column from this list.Problem
The Java models are inconsistent with the spec because they use the previous list of time zones.
Solution
Update the Java models with the list of time zones from the schemas.