Expand description
This module provides the core logic for validating a Document against its
corresponding FormDefinition.
It includes functions to perform comprehensive checks on document data, ensuring that all required fields are present, data types match, and specific constraints (like numerical ranges or selection options) are met.
Functionsยง
- validate_
document - Validates a
Documentagainst itsFormDefinition.