You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to generate structs from this schema https://[geojson.org/schema/GeoJSON.json](https://geojson.org/schema/GeoJSON.json but it isn't generating any code.
I'm trying to generate structs from this schema https://[geojson.org/schema/GeoJSON.json](https://geojson.org/schema/GeoJSON.json but it isn't generating any code.
(See https://github.com/geojson/schema for details of what the schema actually is)
Command I run:
go-jsonschema.exe --package api --only-models -v GeoJSON.json
Output:
There are no errors or warnings.
I've experimented a bit and it looks like it looks like the program doesn't like the top level one-of.
The text was updated successfully, but these errors were encountered: