Expand description
Row validation against a Table schema.
Structs§
- Validation
Error - 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_schemalowers them into engine constraints.