openapi-ts
openapi-ts copied to clipboard
Hono plugin
Please vote on this issue if you're interested in Hono plugin.
This issue will serve as a to-do list during development. To help us release this feature as quickly as possible, feel free to share the minimum requirements for your use case.
Hono has a third-party middleware for a zod + openapi based approach that handles validation and openapi schema generation.
Would love a hono + openapi-ts + standalone ajv based approach that can do the same but more performantly and with strict CSP / no-eval.
@rajsite can you share a small example code you'd be looking to get from this plugin?