diff --git a/modules/meta-schema.json b/modules/meta-schema.json index ab7bcac0662e..3f7beef43ba8 100644 --- a/modules/meta-schema.json +++ b/modules/meta-schema.json @@ -34,6 +34,19 @@ "type": "string" } }, + "extra_args": { + "type": "array", + "description": "Extra arguments for the module", + "items": { + "type" : "object", + "properties": { + "description": { + "type": "string", + "description": "Description of the argument" + } + } + } + }, "input": { "type": "array", "description": "Input channels for the module",