Skip to content

jsonSchemaToZod

@tsed/cli-mcp

Usage

typescript
import { jsonSchemaToZod } from "@tsed/cli-mcp/src/utils/json-schema-to-zod/jsonSchemaToZod";

See /packages/cli-mcp/src/utils/json-schema-to-zod/jsonSchemaToZod.ts.

Overview

ts
const jsonSchemaToZod: (schema: JsonSchema, { module, name, type, noImport, zodVersion, ...rest }?: Options) => string;

Released under the MIT License.