Skip to content

Type Alias: ToJSONSchemaParams

ts
type ToJSONSchemaParams = Omit<JSONSchemaGeneratorParams, "processors" | "external">;

Defined in: node_modules/.pnpm/zod@4.3.6/node_modules/zod/v4/core/to-json-schema.d.cts:45

Parameters for the toJSONSchema function.

Matterway Assistant SDK Documentation