pub fn validate_node(
document: &EureDocument,
schema: &SchemaDocument,
node_id: NodeId,
schema_id: SchemaNodeId,
) -> ValidationOutputExpand description
Validate a specific node against a schema node.
Uses the default Eure union tag mode.