fix(backend): add `unevaluatedItems: false` to disallow extra items

This commit is contained in:
zyoshoka 2024-08-29 15:19:37 +09:00
parent 161671d2fe
commit bde8f4c2e9
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ export const meta = {
type: 'number', type: 'number',
}, },
], ],
unevaluatedItems: false,
}, },
example: [[ example: [[
'example.com', 'example.com',

View File

@ -29,6 +29,7 @@ export const meta = {
type: 'number', type: 'number',
}, },
], ],
unevaluatedItems: false,
}, },
example: [[ example: [[
'example.com', 'example.com',