From a189406ea313f8e2deb5d552454baf8717882915 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Fri, 11 Oct 2024 19:07:13 +0200 Subject: [PATCH] Update plugin schema icon pattern --- types/plugins.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/plugins.schema.json b/types/plugins.schema.json index 8dcee60b..3046058e 100644 --- a/types/plugins.schema.json +++ b/types/plugins.schema.json @@ -18,6 +18,7 @@ }, "icon": { "type": "string", + "pattern": "^[a-zA-Z0-9._-]+$", "description": "Icon, either an icon resolvable string, or icon.png / icon.svg in the new repo format" }, "description": {