quicktype
quicktype copied to clipboard
[FEATURE]: Support for kind=uuid strings in typescript-zod output
Support for kind=uuid strings in typescript-zod output
Context (Input, Language)
Input Format: json-schema Output Language: typescript-zod
Current Behaviour / Output
z.string()
Proposed Behaviour / Output
z.string().uuid()