From 0c1479155f8412413b4592bbbaddea20b99f7b27 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:25:51 +0000 Subject: [PATCH] chore: update Grafana plugin schema --- config/plugin.schema.json | 3 +-- pkg/analysis/passes/metadatavalid/testdata/schema.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config/plugin.schema.json b/config/plugin.schema.json index f6c346d9..7819a980 100644 --- a/config/plugin.schema.json +++ b/config/plugin.schema.json @@ -247,8 +247,7 @@ }, "category": { "type": "string", - "description": "Plugin category used on the Add data source page.", - "enum": ["tsdb", "logging", "cloud", "tracing", "profiling", "sql", "enterprise", "iot", "other"] + "description": "Plugin category used on the Add new connection page. Can be one from the list: \"tsdb\", \"logging\", \"cloud\", \"tracing\", \"profiling\", \"sql\", \"enterprise\", \"iot\", \"other\", empty string or custom string" }, "enterpriseFeatures": { "type": "object", diff --git a/pkg/analysis/passes/metadatavalid/testdata/schema.json b/pkg/analysis/passes/metadatavalid/testdata/schema.json index f6c346d9..7819a980 100644 --- a/pkg/analysis/passes/metadatavalid/testdata/schema.json +++ b/pkg/analysis/passes/metadatavalid/testdata/schema.json @@ -247,8 +247,7 @@ }, "category": { "type": "string", - "description": "Plugin category used on the Add data source page.", - "enum": ["tsdb", "logging", "cloud", "tracing", "profiling", "sql", "enterprise", "iot", "other"] + "description": "Plugin category used on the Add new connection page. Can be one from the list: \"tsdb\", \"logging\", \"cloud\", \"tracing\", \"profiling\", \"sql\", \"enterprise\", \"iot\", \"other\", empty string or custom string" }, "enterpriseFeatures": { "type": "object",