From 2b57b1a0b61cb14a1736a9cc75dd14d6146dc868 Mon Sep 17 00:00:00 2001 From: rot1024 Date: Fri, 26 Nov 2021 11:10:47 +0900 Subject: [PATCH] chore: fix plugin manifest JSON schema --- plugin_manifest_schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin_manifest_schema.json b/plugin_manifest_schema.json index 41294f96..a149f9b9 100644 --- a/plugin_manifest_schema.json +++ b/plugin_manifest_schema.json @@ -319,7 +319,8 @@ "widget", "block", "visualizer", - "infobox" + "infobox", + "cluster" ] }, "singleOnly": { @@ -437,4 +438,4 @@ } }, "$ref": "#/definitions/root" -} \ No newline at end of file +}