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
Couldn't find anywhere else to ask this, is anyone working on ways to convert from JSON Schema or from the extracted types in OpenAPI schemas to JTD?
I have APIs that auto-generate OpenAPI specs, and client generation code that can optimize on JTD schemas; I can still generate clients, but I don't have the ability to do optimization based on static analysis of JTD schemas, it'd be really nice to be able to generate JTD schemas from my API spec.