mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	Update QJsonSchemaChecker.cpp
This commit is contained in:
		@@ -274,7 +274,7 @@ void QJsonSchemaChecker::checkItems(const QJsonValue & value, const QJsonObject
 | 
			
		||||
		std::ostringstream oss;
 | 
			
		||||
		oss << "[" << i << "]";
 | 
			
		||||
		_currentPath.push_back(oss.str());
 | 
			
		||||
		validate(jArray[i].toObject(), schema);
 | 
			
		||||
		validate(jArray[i], schema);
 | 
			
		||||
		_currentPath.pop_back();
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user