From 3dc1867ddaee3fee677e9b1ee9babad94878f271 Mon Sep 17 00:00:00 2001 From: ilyam8 Date: Fri, 7 Jul 2023 14:03:41 +0300 Subject: update --- collectors/metadata/schemas/single-module.json | 4 ++-- collectors/metadata/single-module-template.yaml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/collectors/metadata/schemas/single-module.json b/collectors/metadata/schemas/single-module.json index 22bc5696ab..50424d7e1b 100644 --- a/collectors/metadata/schemas/single-module.json +++ b/collectors/metadata/schemas/single-module.json @@ -21,10 +21,10 @@ } }, "keywords": { - "type":"array", + "type": "array", "description": "An array of terms related to the integration.", "items": { - "type":"string" + "type": "string" } }, "overview": { diff --git a/collectors/metadata/single-module-template.yaml b/collectors/metadata/single-module-template.yaml index b5bfe7f7a4..e156450bd2 100644 --- a/collectors/metadata/single-module-template.yaml +++ b/collectors/metadata/single-module-template.yaml @@ -32,6 +32,7 @@ setup: description: "" configuration: file: + name: "" description: "" options: description: "" @@ -46,7 +47,7 @@ setup: examples: list: - name: "" - folding: + folding: enabled: true title: "" description: "" -- cgit v1.2.3