Skip to content

Documentation / @agentick/kernel / SchemaType

Type Alias: SchemaType ​

SchemaType = "zod3" | "zod4" | "standard-schema" | "standard-json-schema" | "json-schema" | "unknown"

Defined in: kernel/src/schema.ts:41

Schema type detection result.

Released under the ISC License.