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 24 forks source link

Point implementing class to overridden class #129

Closed testower closed 1 month ago

testower commented 1 month ago

v2 discovery files cannot be deserialized into the generated class, it must use the handwritten class. This was for some reason changed (only in the v2.3 package) when this project was moved into MobilityData space.

See https://github.com/entur/gbfs-java-model/blob/master/gbfs-java-model/src/main/java/org/entur/gbfs/v2_3/gbfs/GBFSFeedName.java#L22

testower commented 1 month ago

fyi @leonardehrenfried