1
0
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:
Ivan Savenko
2024-03-08 14:23:08 +02:00
parent efe10b05e9
commit c21e5bb0fb
8 changed files with 28 additions and 14 deletions

View File

@@ -522,7 +522,6 @@ JsonValidator::TValidatorMap createCommonFields()
// Not implemented
ret["propertyNames"] = notImplementedCheck;
ret["contains"] = notImplementedCheck;
ret["const"] = notImplementedCheck;
ret["examples"] = notImplementedCheck;
return ret;