glideapps / quicktype

Generate types and converters from JSON, Schema, and GraphQL
https://app.quicktype.io
Apache License 2.0
12.37k stars 1.08k forks source link

Does not generate from opds2 schema #2187

Open asm0dey opened 1 year ago

asm0dey commented 1 year ago

First of all, thank you very much for your work! I usually use an excellent app.quicktype.io to create quick demonstrations! Your language support is just outstanding!

However, today I wanted to use it for my pet project and wasn't able to generate classes from https://raw.githubusercontent.com/opds-community/drafts/master/schema/feed.schema.json.

I had to fix several things in external schemas to make it correct, but now it should generate and, for example, https://www.jsonschema2pojo.org/ can generate classes for Java, which makes me think that it should be possible to generate classes for other languages too.

Could you check it please?

asm0dey commented 6 months ago

Folks, I would appreciate any input on this. Is it even fixable?