Browse Source

Added missing field to schema

Ivan Savenko 1 year ago
parent
commit
2549f62661
1 changed files with 7 additions and 0 deletions
  1. 7 0
      config/schemas/hero.json

+ 7 - 0
config/schemas/hero.json

@@ -31,6 +31,13 @@
 			"description" : "Custom animation to be used on battle, overrides hero class property",
 			"format" : "animationFile"
 		},
+		"compatibilityIdentifiers" : {
+			"type" : "array",
+			"items" : {
+				"type" : "string",
+			},
+			"description" : "Additional identifiers that may refer to this object, to provide compatibility after object has been renamed"
+		},
 		"images" : {
 			"type" : "object",
 			"additionalProperties" : false,