Structs§
- Custom
Field Descriptor - Describes a custom field for template rendering.
- Custom
Schema Config - Pre-compiled schema + validator + field descriptors.
Enums§
Functions§
- extract_
and_ coerce_ custom_ data - Extract custom_data fields from form body, coerce types per schema, return as Value.
- extract_
field_ descriptors - Extract field descriptors from a JSON Schema for template rendering.
- format_
validation_ errors - Map jsonschema validation errors to field-level error messages.
- validate_
custom_ schema - Validate that a schema is a flat object (no nested objects/arrays in properties).