Skip to content

Commit 41cc6d5

Browse files
Schema format validation inconsistencies
Fixes #1017 Signed-off-by: Matthias <[email protected]>
1 parent 14714e5 commit 41cc6d5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

schema/workflow.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,17 @@ $defs:
11441144
title: ErrorDetails
11451145
description: A human-readable explanation specific to this occurrence of the error.
11461146
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+
type: string
1156+
format: uri
1157+
pattern: "^http(s?)://.*"
11471158
endpoint:
11481159
title: Endpoint
11491160
description: Represents an endpoint.

0 commit comments

Comments
 (0)