Expand description
Validation at write time: types, nesting, and field constraints (0.6+).
See docs/07_record_encoding_v2.md and ROADMAP.md.
Functions§
- allows_
absent_ root - Whether a missing map key is treated as absent (
Optionalonly). - ensure_
pk_ type_ primitive - Primary key types must be flat primitives (not optional/composite).
- validate_
multiseg_ row - Validate a row against a multi-segment schema (types, constraints, and unknown paths).
- validate_
top_ level_ row - Validate top-level insert row: unknown fields, missing fields, types, constraints.
rowmust contain every top-level field (including the primary key). - validate_
value - Validate a row value against
tyand applyconstraints.