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.
2 parents 2daf198 + 2ac27be commit cfc32e7Copy full SHA for cfc32e7
examples/bearer-auth-uri-format.yaml
@@ -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
@@ -680,7 +680,7 @@ $defs:
680
properties:
681
uri:
682
type: string
683
- format: uri
+ format: uri-template
684
description: The endpoint's URI.
685
authentication:
686
$ref: '#/$defs/authenticationPolicy'
0 commit comments