Skip to main content

Module validator

Module validator 

Source
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 Document against its FormDefinition.