Skip to main content

check_object

Function check_object 

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

The object-shaped checks: required, declared properties, and additionalProperties: false.