OptionalzodType: stringOptionalcause: unknownReadonlyschemaThe schema input that caused the error.
ReadonlykindReadonlyzodFor zod-type-unrepresentable, the offending Zod type name
(e.g. "bigint", "date", "map", "set"). undefined for other kinds.
The adapter failed to convert the input schema to JSON Schema.
Causes: invalid Zod schema, Zod 3 schema (unsupported), malformed JSON Schema, missing OpenAPI ref, unsupported ref format, unrepresentable Zod types, conversion bugs, cycles, and duplicate ids. The
kindfield carries the precise classification — see the union declaration below.