Patch Changes
-
#1224
8b09874Thanks @omeraplak! - fix(server-hono): generate Swagger schemas with a single Zod instanceBuilt-in Swagger route schemas now reuse the same schema definitions with the Zod instance selected
by server-hono's OpenAPI compatibility layer. This avoids mixing Zod v3/v4 schema instances and
prevents/docfrom failing during OpenAPI generation.