pub fn validate_json_schema_definition(schema: &Value) -> Result<(), String>
Check that schema is a valid JSON Schema.
schema