Skip to content

JSONSchemaType

JSONSchemaType = "string" | "number" | "integer" | "boolean" | "object" | "array" | "null"

Defined in: packages/ai.matey.types/src/ir.ts:177

JSON Schema type definitions.