Russell Anderson
Results
1
issues of
Russell Anderson
Take the following code example ```js import { extendZodWithOpenApi } from "@asteasolutions/zod-to-openapi"; import { z } from "zod"; extendZodWithOpenApi(z); const BodySchema = z.object({ name: z.string() }).openapi({ title: "User", description: "Required...