Skip to content

Function: fromJSONSchema()

ts
function fromJSONSchema(schema: boolean | JSONSchema, params?: FromJSONSchemaParams): ZodType;

Defined in: node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/classic/from-json-schema.d.cts:11

Converts a JSON Schema to a Zod schema. This function should be considered semi-experimental. It's behavior is liable to change.

Parameters

ParameterType
schemaboolean | JSONSchema
params?FromJSONSchemaParams

Returns

ZodType

Matterway Assistant SDK Documentation