support typespec as an input format
Closed this issue · 1 comments
mnahkies commented
https://typespec.io/ seems like a pretty cool alternative specification language to openapi
they have API's that transpile it to OpenAPI 3, so it should be pretty trivial to support it as alternative input specification.
(ref: https://typespec.io/docs/libraries/openapi3/reference/js-api/functions/getOpenAPI3)
separately, I've been experimenting in private with SQL database schema + query AST introspection to produce zod
schemas for a given SQL query, and toying with the idea of incorporating that into this project as another input source (alternatively since that's reasonably out of scope of the current project, separating some of the components I want to reuse from here into packages might make more sense)