summaryrefslogtreecommitdiffstats
path: root/integrations/schemas
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-07-25 14:50:45 +0300
committerGitHub <noreply@github.com>2023-07-25 14:50:45 +0300
commit4ad42d54e4046cdadc3341d35e59de25bf802513 (patch)
tree8743e81c45252c0717b7b6f6dd887b986f9f555b /integrations/schemas
parent3afd18f8c2df4e72fa4ac0dc608efbcaba8c5d56 (diff)
fix collector multi schema (#15520)
Diffstat (limited to 'integrations/schemas')
-rw-r--r--integrations/schemas/collection-multi-module.json2
-rw-r--r--integrations/schemas/deploy.json14
2 files changed, 8 insertions, 8 deletions
diff --git a/integrations/schemas/collection-multi-module.json b/integrations/schemas/collection-multi-module.json
index db8606b2ca..4927fb9c49 100644
--- a/integrations/schemas/collection-multi-module.json
+++ b/integrations/schemas/collection-multi-module.json
@@ -9,7 +9,7 @@
"type": "array",
"description": "A list of single module templates",
"items": {
- "$ref": "./single-module.json"
+ "$ref": "./collection-single-module.json"
}
}
},
diff --git a/integrations/schemas/deploy.json b/integrations/schemas/deploy.json
index 79fb81c926..cda40fffee 100644
--- a/integrations/schemas/deploy.json
+++ b/integrations/schemas/deploy.json
@@ -5,7 +5,7 @@
"items": {
"type": "object",
"description": "Individual entries for deployment information.",
- "properties" :{
+ "properties": {
"id": {
"type": "string",
"description": "A unique ID for this integration."
@@ -53,12 +53,12 @@
"command"
]
}
- },
- "required": [
- "method",
- "commands"
- ]
- }
+ }
+ },
+ "required": [
+ "method",
+ "commands"
+ ]
}
},
"additional_info": {