Skip to content

Commit a923860

Browse files
authored
Add extra_args to modules meta-schema.json (#7783)
add extra_args to modules meta-schema.json
1 parent 6814d04 commit a923860

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/meta-schema.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@
3434
"type": "string"
3535
}
3636
},
37+
"extra_args": {
38+
"type": "array",
39+
"description": "Extra arguments for the module",
40+
"items": {
41+
"type" : "object",
42+
"properties": {
43+
"description": {
44+
"type": "string",
45+
"description": "Description of the argument"
46+
}
47+
}
48+
}
49+
},
3750
"input": {
3851
"type": "array",
3952
"description": "Input channels for the module",

0 commit comments

Comments
 (0)