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.
1 parent e7cd73f commit a07afc0Copy full SHA for a07afc0
schema/workflow.yaml
@@ -211,8 +211,11 @@ $defs:
211
type: string
212
description: The HTTP method of the HTTP request to perform.
213
endpoint:
214
- $ref: '#/$defs/endpoint'
215
description: The HTTP endpoint to send the request to.
+ oneOf:
216
+ - $ref: '#/$defs/endpoint'
217
+ - type: string
218
+ format: uri
219
headers:
220
type: object
221
description: A name/value mapping of the headers, if any, of the HTTP request to perform.
0 commit comments