From a221f57b92a0fa2b5dbf35efefa6863b5bcfdded Mon Sep 17 00:00:00 2001 From: Michele Baldessari Date: Thu, 28 May 2026 17:29:46 +0200 Subject: [PATCH] Add per-pattern logo in the schema --- pattern.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pattern.schema.json b/pattern.schema.json index 0c56836..819379e 100644 --- a/pattern.schema.json +++ b/pattern.schema.json @@ -138,6 +138,11 @@ "clustergroupname": { "type": "string", "description": "Default clusterGroupName to use" + }, + "logo": { + "type": "string", + "description": "URL or path to a logo image for the pattern", + "format": "uri" } }, "$defs": {