Skip to content

Commit 2de9343

Browse files
fix: allow any uri scheme
1 parent 1108a6f commit 2de9343

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)