Browse Source

fix collector multi schema (#15520)

Ilya Mashchenko 1 year ago
parent
commit
4ad42d54e4

+ 1 - 1
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"
       }
     }
   },

+ 7 - 7
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": {