fix collector multi schema (#15520)
Ilya Mashchenko committed
Jul 25, 2023 at 14:50 UTC
4ad42d54e4046cdadc3341d35e59de25bf802513
2 files changed
+8
-8
integrations/schemas/collection-multi-module.json
+1
-1
@@ -9,7 +9,7 @@
9
"type": "array",
10
"description": "A list of single module templates",
11
"items": {
12
- "$ref": "./single-module.json"
12
+ "$ref": "./collection-single-module.json"
13
}
14
}
15
},
integrations/schemas/deploy.json
+7
-7
@@ -5,7 +5,7 @@
5
"items": {
6
"type": "object",
7
"description": "Individual entries for deployment information.",
8
- "properties" :{
8
+ "properties": {
9
"id": {
10
"type": "string",
11
"description": "A unique ID for this integration."
@@ -53,12 +53,12 @@
53
"command"
54
]
55
}
56
- },
57
- "required": [
58
- "method",
59
- "commands"
60
- ]
61
- }
56
+ }
57
+ },
58
+ "required": [
59
+ "method",
60
+ "commands"
61
+ ]
62
}
63
},
64
"additional_info": {