swagger.schemas.stub-mappings.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
type: object
properties:
mappings:
type: array
items:
$ref: "stub-mapping.yaml"
meta:
type: object
properties:
total:
type: integer
example: 4
required:
- total
additionalProperties: false