Skip to content

Commit 9a8513d

Browse files
committed
Fix #878 - Fix URI format in workflow schema for endpoint attribute
Signed-off-by: Ricardo Zanini <[email protected]>
1 parent 0a48db9 commit 9a8513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ $defs:
665665
properties:
666666
uri:
667667
type: string
668-
format: uri
668+
format: uri-template
669669
description: The endpoint's URI.
670670
authentication:
671671
$ref: '#/$defs/authenticationPolicy'

0 commit comments

Comments
 (0)