制限を5から10に緩和
This commit is contained in:
parent
2671733338
commit
eb4bca83fd
2 changed files with 2 additions and 2 deletions
|
|
@ -153,7 +153,7 @@ export const paramDef = {
|
|||
} },
|
||||
alsoKnownAs: {
|
||||
type: 'array',
|
||||
maxItems: 5,
|
||||
maxItems: 10,
|
||||
uniqueItems: true,
|
||||
items: { type: 'string' },
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue