Commit 1b4a94c
committed
feat(generator): add Zod support for all content types and binary format
- Update getRequestBodySchemaName() to iterate all 3 content types
- Update schema collection to check form and multipart content
- Add format: binary → z.instanceof(File) in runtime schemas
- Add format: binary → z.ZodType<File> in type declarations
- Update existing multipart test to expect schema processing
- Add 5 new test cases for binary and multi-content-type support
- All 126 tests pass with 100% coverage1 parent ab2a348 commit 1b4a94c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
0 commit comments