swagger.schemas.equal-to-json-pattern.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
title: JSON equals
type: object
properties:
equalToJson:
type: string
example: |
{ "message": "hello" }
ignoreExtraElements:
type: boolean
ignoreArrayOrder:
type: boolean
required:
- equalToJson