From 2de9343f8fa19c7adf6d116321a8c76472a4357d 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 --- 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.