diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-12-11 16:21:56 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-11 20:26:34 +0100 |
commit | a4342710ecccbe8c82f9a18d0a6a69f7af867f2a (patch) | |
tree | e17376b487a04d3d1b8fd2b659f0ff2693a96ae8 /rules.js | |
parent | f3aa1d4862a6f85a201ce51c24c2e4f1b1dbdbdc (diff) | |
download | votes-for-women-a4342710ecccbe8c82f9a18d0a6a69f7af867f2a.tar.gz |
update view schema for temporary drawn and deck panel displays
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: [ |