mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
parent
4c2ef268cf
commit
ee1b2b68e3
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue