Skip to content

Commit 8409848

Browse files
committed
Improve schema documentation
1 parent c31767c commit 8409848

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
@@ -37,7 +37,7 @@ const definitions = {
3737
},
3838
{
3939
type: 'object',
40-
patternProperties: { '^.+$': { description: 'Filter function parameters - can be string, array, object, etc.' } },
40+
description: 'Filter function with parameters. The key is the filter function name, the value is the parameters.',
4141
additionalProperties: false,
4242
minProperties: 1,
4343
maxProperties: 1,

0 commit comments

Comments
 (0)