mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 17:37:29 -07:00
parent
4c2ef268cf
commit
ee1b2b68e3
1 changed files with 2 additions and 2 deletions
|
@ -140,9 +140,9 @@ export const paramDef = {
|
||||||
choices: {
|
choices: {
|
||||||
type: "array",
|
type: "array",
|
||||||
uniqueItems: false,
|
uniqueItems: false,
|
||||||
minItems: 0,
|
minItems: 1,
|
||||||
maxItems: 20,
|
maxItems: 20,
|
||||||
items: { type: "string", minLength: 0, maxLength: 100 },
|
items: { type: "string", minLength: 1, maxLength: 100 },
|
||||||
},
|
},
|
||||||
multiple: { type: "boolean", default: false },
|
multiple: { type: "boolean", default: false },
|
||||||
expiresAt: { type: "integer", nullable: true },
|
expiresAt: { type: "integer", nullable: true },
|
||||||
|
|
Loading…
Reference in a new issue