andreww2012 / mongoose-zod

A library which allows to author mongoose ("a MongoDB object modeling tool") schemas using zod ("a TypeScript-first schema declaration and validation library").
MIT License
48 stars 7 forks source link

[question] Swagger (OpenAPI) #16

Open angelhdzmultimedia opened 5 months ago

angelhdzmultimedia commented 5 months ago

Hello!

Anyone knows how to create the Swagger api descriptions from the zod schema (or from the mongoose schema)?

Any info will be appreciated.