pub fn validate_json_instance( schema: &Value, instance: &Value, strict: bool, ) -> Vec<SchemaValidationIssue>