Skip to main content

validate_with_trace

Function validate_with_trace 

Source
pub fn validate_with_trace(
    document: &EureDocument,
    schema: &SchemaDocument,
    schema_node_paths: &SchemaNodePathMap,
) -> ValidationTraceOutput
Expand description

Validate with node-level schema trace mapping.

schema_node_paths maps schema node IDs to their concrete paths in the source schema document.