StaticarrayCreates an array schema node.
Optionaldescription: stringStaticbooleanStaticenumCreates a schema node bound to an engine Enum class.
OptionaldescriptionOrOptions: string | SchemaEnumOptions<T>StaticenumConverts one PascalCase or camelCase Enum name to snake_case.
StaticenumCreates a string enum schema node.
Optionaldescription: stringStaticnumberCreates a finite number schema node.
Optionaldescription: stringCreates a finite number schema node with range options.
Optionaloptions: SchemaNumberOptionsStaticobjectCreates an object schema node.
Optionaldescription: stringStaticoptionalCreates an optional schema node for object properties.
Staticstring
Minimal schema builder for typed validation and JSON-Schema emission.