pub fn validate(schema: &Value, value: &Value) -> Result<(), Vec<String>>
Validate value against schema. Ok(()) or every violation, each as "<pointer>: <message>" (<pointer> is /a/0/b, or / for the root).
value
schema
Ok(())
"<pointer>: <message>"
<pointer>
/a/0/b
/