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
What's the point of documentation if there's nothing there and everything needs to be hand-rolled for the right version of openapi?
I don't want to spend a lot of time manually describing routers, but I want the scheme to be automatically generated, as it was successfully done in python frameworks (fastapi, litestar)
The text was updated successfully, but these errors were encountered:
Which middleware has the bug?
@hono/typebox-validator
What version of the middleware?
0.3.0
What version of Hono are you using?
4.6.16
What runtime/platform is your app running on? (with version if possible)
Node
What steps can reproduce the bug?
What is the expected behavior?
The openapi schema should be generated automatically based on validator and router data.
What do you see instead?
Additional information
What's the point of documentation if there's nothing there and everything needs to be hand-rolled for the right version of openapi?
I don't want to spend a lot of time manually describing routers, but I want the scheme to be automatically generated, as it was successfully done in python frameworks (fastapi, litestar)
The text was updated successfully, but these errors were encountered: