Skip to main content

check_value

Function check_value 

Source
fn check_value(
    value: &Value,
    schema: &Value,
    pointer: &str,
    out: &mut Vec<(String, ViolationKind)>,
)
Expand description

Check value against schema, appending (pointer, kind) for each violation found at or below this point.