guid option for @kubb/plugin-zod #2480
Closed
skoropadas
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
@skoropadas Looks like a good one to do, the same as we have done before with |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In Zod v4,
z.uuidhas become stricter, as it now exclusively expects the RFC 9562/4122 format. This can cause issues in scenarios like working with AWS UUIDs that do not adhere to these RFC standards. Zod suggests usingz.guidin such cases. Therefore, it would be nice to introduce an option to configure whether to usez.uuidorz.guidfor handling UUIDs.Beta Was this translation helpful? Give feedback.
All reactions