From ff141eabaaa53a3b4f55616f860e25a2e1095e00 Mon Sep 17 00:00:00 2001 From: Fotis Voutsas Date: Thu, 20 Jul 2023 16:44:55 +0300 Subject: add community key --- collectors/metadata/schemas/single-module.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/collectors/metadata/schemas/single-module.json b/collectors/metadata/schemas/single-module.json index 75052b078a..408f9bd130 100644 --- a/collectors/metadata/schemas/single-module.json +++ b/collectors/metadata/schemas/single-module.json @@ -108,6 +108,10 @@ "most_popular": { "type": "boolean", "description": "Whether or not the integration is to be flagged as most-popular, meaning it will show up at the top of the menu." + }, + "community": { + "type": "boolean", + "description": "Whether or not the integration should be flagged as community." } }, "required": [ -- cgit v1.2.3