From 8b54c2338346bf309119beefb07608d8fb400084 Mon Sep 17 00:00:00 2001 From: johnathanvidu Date: Wed, 10 Jun 2026 16:51:40 +0300 Subject: [PATCH] Update blueprint-spec2-schema.json --- client/schemas/blueprint-spec2-schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/schemas/blueprint-spec2-schema.json b/client/schemas/blueprint-spec2-schema.json index fb3396f..3f820bf 100644 --- a/client/schemas/blueprint-spec2-schema.json +++ b/client/schemas/blueprint-spec2-schema.json @@ -1028,7 +1028,7 @@ "type": "object", "additionalProperties": false, "patternProperties": { - "^[\\w\\-\\.]+$": { + "^[\\w\\-\\.\\ ]+$": { "type": [ "string", "number",