
raml.schemas.global-settings.schema.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wiremock Show documentation
Show all versions of wiremock Show documentation
A web service test double for all occasions
{
"type": "object",
"properties": {
"fixedDelay": {
"required": false,
"type": "number"
},
"delayDistribution": {
"required": false,
"$ref": "delay-distribution.schema.json"
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy