whoops
Some checks failed
/ test-build (push) Has been cancelled

This commit is contained in:
nelle 2024-08-18 18:16:58 -06:00
parent 4c2ef268cf
commit ee1b2b68e3

View file

@ -140,9 +140,9 @@ export const paramDef = {
choices: {
type: "array",
uniqueItems: false,
minItems: 0,
minItems: 1,
maxItems: 20,
items: { type: "string", minLength: 0, maxLength: 100 },
items: { type: "string", minLength: 1, maxLength: 100 },
},
multiple: { type: "boolean", default: false },
expiresAt: { type: "integer", nullable: true },