Skip to content

parseSchema

@tsed/cli-mcp

Usage

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

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

Overview

ts
const parseSchema: (schema: JsonSchema, refs?: Refs, blockMeta?: boolean) => string;

Released under the MIT License.