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