Преглед изворни кода

Add missing property to schema

Ivan Savenko пре 1 година
родитељ
комит
16adf8415f
2 измењених фајлова са 4 додато и 0 уклоњено
  1. 3 0
      config/schemas/objectType.json
  2. 1 0
      config/schemas/rewardable.json

+ 3 - 0
config/schemas/objectType.json

@@ -34,6 +34,9 @@
 				}
 			}
 		},
+		"name" : {
+			"type" : "string"
+		},
 		"templates" : {
 			"type" : "object",
 			"additionalProperties" : {

+ 1 - 0
config/schemas/rewardable.json

@@ -318,6 +318,7 @@
 		"aiValue" : { },
 		"index" : { },
 		"base" : { },
+		"name" : { },
 		"rmg" : { },
 		"templates" : { },
 		"battleground" : { },