From dc578fe25b641a832ea21da8e114b162c77c41bb Mon Sep 17 00:00:00 2001 From: tomasciccola <117094913+tomasciccola@users.noreply.github.com> Date: Tue, 14 May 2024 16:27:21 -0300 Subject: [PATCH] remove capture group on color schema pattern Co-authored-by: Evan Hahn --- schema/preset/v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/preset/v2.json b/schema/preset/v2.json index 5750407..c100b28 100644 --- a/schema/preset/v2.json +++ b/schema/preset/v2.json @@ -97,7 +97,7 @@ "color": { "description": "string representation of a color in 24 bit (#rrggbb)", "type": "string", - "pattern": "^#([a-fA-F0-9]{6})$" + "pattern": "^#[a-fA-F0-9]{6}$" } }, "required": [