From 3b06a94cfc73f2b3d77a451b4c5d6cd30c80f3c1 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 10 Sep 2024 15:39:46 +0200 Subject: [PATCH] regenerate schema with interpolation patterns --- bundle/schema/jsonschema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/schema/jsonschema.json b/bundle/schema/jsonschema.json index 16adb3af4d..2db1a5ab4f 100644 --- a/bundle/schema/jsonschema.json +++ b/bundle/schema/jsonschema.json @@ -5026,7 +5026,7 @@ }, { "type": "string", - "pattern": "\\$\\{(var(\\.[a-zA-Z]+([-_]?[a-zA-Z0-9]+)*(\\[[0-9]+\\])*)*(\\[[0-9]+\\])*)\\}" + "pattern": "\\$\\{(var(\\.[a-zA-Z]+([-_]?[a-zA-Z0-9]+)*(\\[[0-9]+\\])*)+)\\}" } ] },