mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
hot fixing missing schema attribut append
This commit is contained in:
parent
9fb0d9343d
commit
c183037872
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user