We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1108a6f commit 2de9343Copy full SHA for 2de9343
schema/workflow.yaml
@@ -1148,11 +1148,11 @@ $defs:
1148
- title: LiteralUriTemplate
1149
type: string
1150
format: uri-template
1151
- pattern: "^http(s?)://.*"
+ pattern: "^[A-Za-z][A-Za-z0-9+\\-.]*://.*"
1152
- title: LiteralUri
1153
1154
format: uri
1155
1156
endpoint:
1157
title: Endpoint
1158
description: Represents an endpoint.
0 commit comments