We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb406f commit 9de45d1Copy full SHA for 9de45d1
scripts/declarations/validate/definitions.js
@@ -38,7 +38,7 @@ const definitions = {
38
{
39
type: 'object',
40
description: 'Filter function with parameters. The key is the filter function name, the value is the parameters.',
41
- additionalProperties: false,
+ additionalProperties: true,
42
minProperties: 1,
43
maxProperties: 1,
44
},
0 commit comments