Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 28d821b

Browse files
committedOct 11, 2024·
fix: allow any uri scheme
Signed-off-by: Matthias <[email protected]>
1 parent dd2b255 commit 28d821b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎schema/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,11 +1148,11 @@ $defs:
11481148
- title: LiteralUriTemplate
11491149
type: string
11501150
format: uri-template
1151-
pattern: "^http(s?)://.*"
1151+
pattern: "^[A-Za-z][A-Za-z0-9+\\-.]*://.*"
11521152
- title: LiteralUri
11531153
type: string
11541154
format: uri
1155-
pattern: "^http(s?)://.*"
1155+
pattern: "^[A-Za-z][A-Za-z0-9+\\-.]*://.*"
11561156
endpoint:
11571157
title: Endpoint
11581158
description: Represents an endpoint.

0 commit comments

Comments
 (0)
Please sign in to comment.