Skip to content

Commit fe88421

Browse files
fix: use uri-template
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 0cfcc40 commit fe88421

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/call-http-shorthand-endpoint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ do:
88
call: http
99
with:
1010
method: get
11-
endpoint: https://petstore.swagger.io/v2/pet/1
11+
endpoint: https://petstore.swagger.io/v2/pet/{petId}

schema/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ $defs:
219219
oneOf:
220220
- $ref: '#/$defs/endpoint'
221221
- type: string
222-
format: uri
222+
format: uri-template
223223
headers:
224224
type: object
225225
description: A name/value mapping of the headers, if any, of the HTTP request to perform.

0 commit comments

Comments
 (0)