🧩Schemas for Requests and ResponsesUse Zod schemas to parse incoming requests and encode outgoing responses.
📘OpenAPI from the Same SchemasUse `nest-zod/swagger` to automatically generate OpenAPI metadata from the same schemas.
🛤️Route Inputs and ResponsesUse concise decorators for bodies, params, queries, and responses in existing controllers.