The type the schema accepts for validation.
The type validation produces.
Readonly~standardThe Standard Schema properties object.
Optional Readonlytypes?: { input: Input; output: Output }Inferred types, when the vendor exposes them.
Readonlyvalidate: (Validate value, returning the typed value or issues.
Readonlyvendor: stringThe vendor name, e.g. "zod", "arktype", "valibot".
Readonlyversion: 1The version of the standard implemented (always 1).
The Standard Schema V1 interface, inlined as the spec recommends (it is a types-only contract). A Zod, ArkType, or Valibot schema all satisfy it.