Browse Source

Added value missing from schema

Ivan Savenko 2 years ago
parent
commit
43020c8108
1 changed files with 2 additions and 1 deletions
  1. 2 1
      config/schemas/spell.json

+ 2 - 1
config/schemas/spell.json

@@ -21,7 +21,8 @@
 						"type" : "object",
 						"properties" : {
 							"verticalPosition" : {"type" : "string", "enum" :["top","bottom"]},
-							"defName" : {"type" : "string", "format" : "defFile"}
+							"defName" : {"type" : "string", "format" : "defFile"},
+							"effectName" : { "type" : "string" }
 						},
 						"additionalProperties" : false
 					}