OpenAPI contribution surface. Schema values are unknown here; the
OpenAPI plugin narrows them (Zod schemas by default).
addSchema(name: string,schema: unknown): void
Contributes a named schema to the generated OpenAPI document.
OpenAPI contribution surface. Schema values are unknown here; the
OpenAPI plugin narrows them (Zod schemas by default).
addSchema(name: string,schema: unknown): void
Contributes a named schema to the generated OpenAPI document.
import { type IOpenApiApi } from "common/src/index.ts";