Skip to content

Commit cfc32e7

Browse files
Merge branch 'serverlessworkflow:main' into matthias-pichler/remove-reliance-875
2 parents 2daf198 + 2ac27be commit cfc32e7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
document:
2+
dsl: 1.0.0-alpha1
3+
namespace: examples
4+
name: bearer-auth-uri-format
5+
version: 1.0.0-alpha1
6+
do:
7+
getPetById:
8+
call: http
9+
with:
10+
method: get
11+
endpoint:
12+
uri: https://petstore.swagger.io/v2/pet/1
13+
authentication:
14+
bearer:
15+
token: ${ .token }

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)