raml.schemas.stub-mappings.schema.json 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
{
"type": "object",
"properties": {
"mappings": {
"$ref": "stub-mapping.schema.json"
},
"meta": {
"type": "object",
"properties": {
"total": {
"type": "integer"
}
},
"required": [
"total"
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy