We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a48db9 + 4284df7 commit 2ac27beCopy full SHA for 2ac27be
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
@@ -665,7 +665,7 @@ $defs:
665
properties:
666
uri:
667
type: string
668
- format: uri
+ format: uri-template
669
description: The endpoint's URI.
670
authentication:
671
$ref: '#/$defs/authenticationPolicy'
0 commit comments