mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update QJsonSchemaChecker.cpp
This commit is contained in:
parent
1565d60d86
commit
2cc4cdde26
@ -274,7 +274,7 @@ void QJsonSchemaChecker::checkItems(const QJsonValue & value, const QJsonObject
|
|||||||
std::ostringstream oss;
|
std::ostringstream oss;
|
||||||
oss << "[" << i << "]";
|
oss << "[" << i << "]";
|
||||||
_currentPath.push_back(oss.str());
|
_currentPath.push_back(oss.str());
|
||||||
validate(jArray[i].toObject(), schema);
|
validate(jArray[i], schema);
|
||||||
_currentPath.pop_back();
|
_currentPath.pop_back();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user