nestjs-zod
nestjs-zod copied to clipboard
effects and required
This fixes an issue where properties that are instances of ZodEffects, but downstream are marked either optional or have a default value were still being marked as required in the OpenAPI doc.
@BenLorantfy think this could be take a look at? I have a couple other fixes I'd like to contribute if this is merged.