summaryrefslogtreecommitdiffstats
path: root/collectors/metadata/schemas/multi-module.json
blob: 6c332b8189ab28dec3574e001aee8b52df49c740 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
            }
        }
    }
}