Appearance
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
| Parameter | Type |
|---|---|
schema | boolean | JSONSchema |
params? | FromJSONSchemaParams |
Returns
ZodType