From 28d821b31f22b1cbb5654fe52915941ae6b89fad Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 11 Oct 2024 12:06:28 +0200 Subject: [PATCH] fix: allow any uri scheme Signed-off-by: Matthias --- schema/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/workflow.yaml b/schema/workflow.yaml index 892aa0d5..66d89ce6 100644 --- a/schema/workflow.yaml +++ b/schema/workflow.yaml @@ -1148,11 +1148,11 @@ $defs: - title: LiteralUriTemplate type: string format: uri-template - pattern: "^http(s?)://.*" + pattern: "^[A-Za-z][A-Za-z0-9+\\-.]*://.*" - title: LiteralUri type: string format: uri - pattern: "^http(s?)://.*" + pattern: "^[A-Za-z][A-Za-z0-9+\\-.]*://.*" endpoint: title: Endpoint description: Represents an endpoint.