-
-
### For what version of Nuxt UI are you asking this question?
v3.0.0-alpha.x
### Description
I have a login page with schema validation, and the `:state` is passed as undefined, but everything work…
-
Do you think it could be possible to use Valibot instead of Zod ?
-
### Description
Currently openapi-ts generates typescript definitions for the OpenAPI schema. Would it be possible to generate zod schemas also? Something similar like these libraries: https://github…
-
How hard would it be for you to add related schema name as `description` to generated Zod schema?
It would allow us to log Schema name in case zod validation fails by pulling data from `.descriptio…
-
Any thoughts on using zod for the schema validation?
-
When using the chaining approach needed for Hono RPC with a middleware, `OpenApiHono` specific methods do not exist on the chain anymore after using `use`, because `use` returns `Hono` instead of `Ope…
-
In v1 we used Yup for our query and form schemas. Zod is slightly more performant and new / trendy so I believe that is a better option unless Yup is needed.
-
## What are the steps to reproduce this issue?
1.Generate Zod schemas using Orval with an OpenAPI specification.
2.Observe the generated schema for datetime fields.
3.Notice that datetime fie…
-
Hi
First of all, great work on this library. I'm sort of angry I found it because now I'm rewriting my API Spec :sweat_smile:
Anyway, I have an endpoint that returns the `z.ZodError` type and I…