Description
Zod 4 now supports z.file() natively, which means OpenAPI specs referencing a Blob | File can have parity between zod/ts generation.
Current behavior is z.string(), which doesn't match the typescript definitions.
Hopefully this is a straightforward task especially if zod 4 is targeted by default.
Description
Zod 4 now supports
z.file()natively, which means OpenAPI specs referencing a Blob | File can have parity between zod/ts generation.Current behavior is
z.string(), which doesn't match the typescript definitions.Hopefully this is a straightforward task especially if zod 4 is targeted by default.