pub fn quick_errors(data: &Value, strict: bool) -> Result<Vec<ValidationError>>
Convenience wrapper that returns just the errors list, useful for quick checks. Equivalent to validate(...).errors.
errors
validate(...).errors