Skip to content

Commit de0281b

Browse files
committed
Support number-as-string values in Item.Count
1 parent 36e0c6c commit de0281b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemas/Manual.items.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
},
3838
"count": {
3939
"description": "(Optional) Total number of this item that will be in the itempool for randomization.",
40-
"type": "integer",
40+
"type": ["string", "integer"],
41+
"pattern": "^[0-9]+$",
4142
"default": 1
4243
},
4344
"value": {

0 commit comments

Comments
 (0)