From ab1bb5b7f1c3c3a7b240ab7fc8661459ecd7decb Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 20 Jul 2023 06:49:55 +0200 Subject: Adding upstream version 1.41.0. Signed-off-by: Daniel Baumann --- collectors/metadata/schemas/multi-module.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 collectors/metadata/schemas/multi-module.json (limited to 'collectors/metadata/schemas/multi-module.json') diff --git a/collectors/metadata/schemas/multi-module.json b/collectors/metadata/schemas/multi-module.json new file mode 100644 index 000000000..6c332b818 --- /dev/null +++ b/collectors/metadata/schemas/multi-module.json @@ -0,0 +1,16 @@ +{ + "$schema": "http://json-schema.org/draft-07/schema#", + "type": "object", + "properties": { + "plugin_name": { + "type": "string" + }, + "modules": { + "type": "array", + "description": "A list of single module templates", + "items": { + "$ref": "./single-module.json" + } + } + } +} \ No newline at end of file -- cgit v1.2.3