File tree 1 file changed +10
-2
lines changed
1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -357,14 +357,22 @@ $defs:
357
357
description : The HTTP endpoint to send the request to.
358
358
$ref : ' #/$defs/endpoint'
359
359
headers :
360
- type : object
360
+ oneOf :
361
+ - type : object
362
+ additionalProperties :
363
+ type : string
364
+ - $ref : ' #/$defs/runtimeExpression'
361
365
title : HTTPHeaders
362
366
description : A name/value mapping of the headers, if any, of the HTTP request to perform.
363
367
body :
364
368
title : HTTPBody
365
369
description : The body, if any, of the HTTP request to perform.
366
370
query :
367
- type : object
371
+ oneOf :
372
+ - type : object
373
+ additionalProperties :
374
+ type : string
375
+ - $ref : ' #/$defs/runtimeExpression'
368
376
title : HTTPQuery
369
377
description : A name/value mapping of the query parameters, if any, of the HTTP request to perform.
370
378
additionalProperties : true
You can’t perform that action at this time.
0 commit comments