hot fixing missing schema attribut append

This commit is contained in:
redPanther 2016-09-19 23:25:44 +02:00 committed by GitHub
parent 9fb0d9343d
commit c183037872

View File

@ -109,7 +109,7 @@ void QJsonSchemaChecker::validate(const QJsonValue & value, const QJsonObject &s
else if (attribute == "id") else if (attribute == "id")
; // references have already been collected ; // references have already been collected
else if (attribute == "title" || attribute == "description" || attribute == "default" || attribute == "format" else if (attribute == "title" || attribute == "description" || attribute == "default" || attribute == "format"
|| attribute == "defaultProperties" || attribute == "propertyOrder") || attribute == "defaultProperties" || attribute == "propertyOrder" || attribute == "append")
; // nothing to do. ; // nothing to do.
else else
{ {