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 c31767c commit 8409848Copy full SHA for 8409848
scripts/declarations/validate/definitions.js
@@ -37,7 +37,7 @@ const definitions = {
37
},
38
{
39
type: 'object',
40
- patternProperties: { '^.+$': { description: 'Filter function parameters - can be string, array, object, etc.' } },
+ description: 'Filter function with parameters. The key is the filter function name, the value is the parameters.',
41
additionalProperties: false,
42
minProperties: 1,
43
maxProperties: 1,
0 commit comments