pub fn validation_diff(
expected_schema: &Value,
actual: &Value,
) -> Vec<ValidationError>
Expand description
Enhanced validation diff with comprehensive error analysis This function performs detailed validation between expected and actual JSON and provides rich schema context for better error reporting