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 14714e5 commit 41cc6d5Copy full SHA for 41cc6d5
schema/workflow.yaml
@@ -1144,6 +1144,17 @@ $defs:
1144
title: ErrorDetails
1145
description: A human-readable explanation specific to this occurrence of the error.
1146
required: [ type, status ]
1147
+ uriTemplate:
1148
+ title: UriTemplate
1149
+ anyOf:
1150
+ - title: LiteralUriTemplate
1151
+ type: string
1152
+ format: uri-template
1153
+ pattern: "^http(s?)://.*"
1154
+ - title: LiteralUri
1155
1156
+ format: uri
1157
1158
endpoint:
1159
title: Endpoint
1160
description: Represents an endpoint.
0 commit comments