@@ -265,14 +265,24 @@ components:
265
265
oneOf :
266
266
- required :
267
267
- httpResponse
268
+ - required :
269
+ - httpResponseTemplate
270
+ - required :
271
+ - httpResponseClassCallback
272
+ - required :
273
+ - httpResponseObjectCallback
268
274
- required :
269
275
- httpForward
270
276
- required :
271
- - httpClassCallback
277
+ - httpForwardTemplate
272
278
- required :
273
- - httpError
279
+ - httpForwardClassCallback
274
280
- required :
275
- - httpObjectCallback
281
+ - httpForwardObjectCallback
282
+ - required :
283
+ - httpOverrideForwardedRequest
284
+ - required :
285
+ - httpError
276
286
HttpRequest :
277
287
title : " request matcher"
278
288
type : object
@@ -299,10 +309,10 @@ components:
299
309
type : object
300
310
additionalProperties : false
301
311
properties :
302
- body :
303
- $ref : " #/components/schemas/BodyWithContentType"
304
312
delay :
305
313
$ref : " #/components/schemas/Delay"
314
+ body :
315
+ $ref : " #/components/schemas/BodyWithContentType"
306
316
cookies :
307
317
$ref : " #/components/schemas/KeyToValue"
308
318
connectionOptions :
@@ -318,19 +328,21 @@ components:
318
328
type : object
319
329
additionalProperties : false
320
330
properties :
331
+ delay :
332
+ $ref : " #/components/schemas/Delay"
321
333
templateType :
322
334
enum :
323
335
- JAVASCRIPT
324
336
- VELOCITY
325
337
template :
326
338
type : string
327
- delay :
328
- $ref : " #/components/schemas/Delay"
329
339
HttpForward :
330
340
title : host and port to forward to
331
341
type : object
332
342
additionalProperties : false
333
343
properties :
344
+ delay :
345
+ $ref : " #/components/schemas/Delay"
334
346
host :
335
347
type : string
336
348
port :
@@ -339,31 +351,33 @@ components:
339
351
enum :
340
352
- HTTP
341
353
- HTTPS
342
- delay :
343
- $ref : " #/components/schemas/Delay"
344
354
HttpClassCallback :
345
355
title : class callback
346
356
type : object
347
357
additionalProperties : false
348
358
properties :
359
+ delay :
360
+ $ref : " #/components/schemas/Delay"
349
361
callbackClass :
350
362
type : string
351
363
HttpObjectCallback :
352
364
title : object / method callback
353
365
type : object
354
366
additionalProperties : false
355
367
properties :
368
+ delay :
369
+ $ref : " #/components/schemas/Delay"
356
370
clientId :
357
371
type : string
358
372
HttpOverrideForwardedRequest :
359
373
title : override forwarded request
360
374
type : object
361
375
additionalProperties : false
362
376
properties :
363
- httpRequest :
364
- $ref : " #/components/schemas/HttpRequest"
365
377
delay :
366
378
$ref : " #/components/schemas/Delay"
379
+ httpRequest :
380
+ $ref : " #/components/schemas/HttpRequest"
367
381
HttpError :
368
382
title : error behaviour
369
383
type : object
0 commit comments