pub fn validate_json_schema(schema: &Value, value: &Value) -> Result<(), String>
Validate value against schema.
value
schema