swagger.schemas.delay-distribution.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wiremock-standalone Show documentation
Show all versions of wiremock-standalone Show documentation
A web service test double for all occasions - standalone edition
oneOf:
- title: Log normal
description: Log normal randomly distributed response delay.
type: object
properties:
median:
type: integer
sigma:
type: number
type:
enum:
- lognormal
type: string
- title: Uniform
description: Uniformly distributed random response delay.
type: object
properties:
lower:
type: integer
type:
enum:
- uniform
type: string
upper:
type: integer