asteasolutions / zod-to-openapi

A library that generates OpenAPI (Swagger) docs from Zod schemas
MIT License
955 stars 60 forks source link

anyOf contains multiple nullable values with z.enum #229

Open check24-tkilian opened 6 months ago

check24-tkilian commented 6 months ago

The current union / enum spec produces a lot of unnecessary duplicated nullable entries. I provided a failing testcase that reproduces the issue.