summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-12-11 16:21:56 +0100
committerTor Andersson <tor@ccxvii.net>2023-12-11 20:26:34 +0100
commita4342710ecccbe8c82f9a18d0a6a69f7af867f2a (patch)
treee17376b487a04d3d1b8fd2b659f0ff2693a96ae8
parentf3aa1d4862a6f85a201ce51c24c2e4f1b1dbdbdc (diff)
downloadvotes-for-women-a4342710ecccbe8c82f9a18d0a6a69f7af867f2a.tar.gz
update view schema for temporary drawn and deck panel displays
-rw-r--r--rules.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules.js b/rules.js
index 5694fe5..264fd63 100644
--- a/rules.js
+++ b/rules.js
@@ -726,6 +726,8 @@ exports.VIEW_SCHEMA = {
hand: {type: "array", items: {type: "integer", minimum: 1, maximum: 128}},
set_aside: {type: "array", items: {type: "integer", minimum: 1, maximum: 128}},
selected_cards: {type: "array", items: {type: "integer", minimum: 1, maximum: 128}},
+ drawn: {type: "array", items: {type: "integer", minimum: 1, maximum: 128}},
+ deck: {type: "array", items: {type: "integer", minimum: 1, maximum: 128 + 4}},
},
required: [