aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/scripts/json-validation.cjs
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/scripts/json-validation.cjs')
-rw-r--r--frontend/scripts/json-validation.cjs8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/scripts/json-validation.cjs b/frontend/scripts/json-validation.cjs
index 2fd24b947..67ec3e375 100644
--- a/frontend/scripts/json-validation.cjs
+++ b/frontend/scripts/json-validation.cjs
@@ -236,9 +236,9 @@ function validateOthers() {
},
row5: {
type: "array",
- items: { type: "string", minLength: 1, maxLength: 1 },
+ items: { type: "string", minLength: 1, maxLength: 2 },
minItems: 1,
- maxItems: 1,
+ maxItems: 2,
},
},
required: ["row1", "row2", "row3", "row4", "row5"],
@@ -280,9 +280,9 @@ function validateOthers() {
},
row5: {
type: "array",
- items: { type: "string", minLength: 1, maxLength: 1 },
+ items: { type: "string", minLength: 1, maxLength: 2 },
minItems: 1,
- maxItems: 1,
+ maxItems: 2,
},
},
required: ["row1", "row2", "row3", "row4", "row5"],