Skip to content

Commit

Permalink
fix: use uri-template
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
  • Loading branch information
matthias-pichler committed Jun 3, 2024
1 parent 0cfcc40 commit fe88421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/call-http-shorthand-endpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ do:
call: http
with:
method: get
endpoint: https://petstore.swagger.io/v2/pet/1
endpoint: https://petstore.swagger.io/v2/pet/{petId}
2 changes: 1 addition & 1 deletion schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ $defs:
oneOf:
- $ref: '#/$defs/endpoint'
- type: string
format: uri
format: uri-template
headers:
type: object
description: A name/value mapping of the headers, if any, of the HTTP request to perform.
Expand Down

0 comments on commit fe88421

Please sign in to comment.