Skip to content

Commit 805addf

Browse files
ricardozaninimatthias-pichler
authored andcommitted
Fix serverlessworkflow#878 - Fix URI format in workflow schema for endpoint attribute
Signed-off-by: Ricardo Zanini <[email protected]> Signed-off-by: Matthias Pichler <[email protected]>
1 parent 0cfa468 commit 805addf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ $defs:
680680
properties:
681681
uri:
682682
type: string
683-
format: uri
683+
format: uri-template
684684
description: The endpoint's URI.
685685
authentication:
686686
$ref: '#/$defs/authenticationPolicy'

0 commit comments

Comments
 (0)