mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Always validate messages in debug mode. Fixes for schemas
This commit is contained in:
@@ -522,7 +522,6 @@ JsonValidator::TValidatorMap createCommonFields()
|
||||
// Not implemented
|
||||
ret["propertyNames"] = notImplementedCheck;
|
||||
ret["contains"] = notImplementedCheck;
|
||||
ret["const"] = notImplementedCheck;
|
||||
ret["examples"] = notImplementedCheck;
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user