Hacker News new | ask | show | jobs
by abraxaz 1831 days ago
Is there any plans to support model generation in future as can be done with JSON schema through something like https://github.com/quicktype/quicktype ?
1 comments

Cue definitions export to json schema.
Can't see how, and this seems to suggest this functionality is not implemented yet: https://github.com/cuelang/cue/discussions/663

Mind sharing a reference?

I do it the way they discuss in that issue. Converting from openapi to json schema.
Thanks for the tip.