StefanTerdell / zod-to-json-schema

Converts Zod schemas to Json schemas
ISC License
854 stars 67 forks source link

Added output option to pipeStrategy. #98

Closed ciscoheat closed 9 months ago

ciscoheat commented 9 months ago

According to discussion in #97. Let me know if anything should be fixed.

StefanTerdell commented 9 months ago

How does it act with chained pipes? Could you add that to the test?

ciscoheat commented 9 months ago

The test contains a chained pipe: z.string().pipe(z.date()).pipe(z.number().int())

StefanTerdell commented 9 months ago

💀