Skip to content

Commit 752c383

Browse files
fix: use uri-template
Signed-off-by: Matthias Pichler <[email protected]>
1 parent 7b5b0fc commit 752c383

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
@@ -222,7 +222,7 @@ $defs:
222222
oneOf:
223223
- $ref: '#/$defs/endpoint'
224224
- type: string
225-
format: uri
225+
format: uri-template
226226
headers:
227227
type: object
228228
description: A name/value mapping of the headers, if any, of the HTTP request to perform.

0 commit comments

Comments
 (0)