asteasolutions / zod-to-openapi

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

anyOf contains multiple nullable values with z.enum #229

Open check24-tkilian opened 1 month ago

check24-tkilian commented 1 month ago

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