@@ -19,7 +19,10 @@
"description": "description"
},
"duration": {
- "type":"string",
+ "anyOf" : [
+ { "type": "string"},
+ { "type": "array", "items": {"type": "string"} }
+ ],
"description": "duration"
"effectRange": {