Skip to content

Commit 9de45d1

Browse files
committed
Fix definition
1 parent afb406f commit 9de45d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/declarations/validate/definitions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const definitions = {
3838
{
3939
type: 'object',
4040
description: 'Filter function with parameters. The key is the filter function name, the value is the parameters.',
41-
additionalProperties: false,
41+
additionalProperties: true,
4242
minProperties: 1,
4343
maxProperties: 1,
4444
},

0 commit comments

Comments
 (0)