Hi all, been having a wonderful time with Effect in our codebase, slowly integrating it more and more. Am working towards making heavy use of Schema. Is there a reliable tool for generating Schemas from OpenAPI/JSON, esp. when I use the generated schemas as the basis for custom schemas? Tools I've looked at:
- quicktype has some bugs that make its generated schemas incorrect; patching these would require manual work that is far from ideal. Also seems unmaintained, don't have great confidence in adopting it.
- openapi-gen's latest version doesn't seem to generate schemas - would appreciate guidance if this is a skill issue on my part!
- openapi-to-effect works, a few misses that get generated as Unknown but frankly not a big deal. Ability to pass a spec file is a huge plus. Doesn't support v4 yet.
Is there anything else I've missed?