Skip to main content

Module validation

Module validation 

Source
Expand description

Row validation against a Table schema.

Structs§

ValidationError
A validation failure returned by validate_row.

Functions§

validate_row
Validate a JSON row against a table definition.
validate_row_kit_only
Validate only constraints that are not already enforced by the engine schema. Enum, regex, table CHECK, and column CHECK validation is omitted because to_core_schema lowers them into engine constraints.