Type alias JSONSchemaType

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

JSON Schema type definitions for structured output validation. Follows JSON Schema Draft 2020-12 specification.