From b0c56f697a87d3cb510a465adb38894c393708bf Mon Sep 17 00:00:00 2001 From: John Szinger Date: Tue, 19 Dec 2023 14:17:25 -0500 Subject: [PATCH] fix regex --- publish_script/agent.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish_script/agent.schema.json b/publish_script/agent.schema.json index c757971..9a65be3 100644 --- a/publish_script/agent.schema.json +++ b/publish_script/agent.schema.json @@ -9,7 +9,7 @@ "name": { "type": "string" }, "verify_key": { "type": "string", - "pattern": "[a-zA-Z0-9\-_]+" + "pattern": "[a-zA-Z0-9+/]+" }, "web_url": { "type": "string",