swagger.schemas.equal-to-xml-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: XML equality
type: object
properties:
equalToXml:
type: string
example: "123 "
enablePlaceholders:
type: boolean
placeholderOpeningDelimiterRegex:
type: string
example: "["
placeholderClosingDelimiterRegex:
type: string
example: "]"
required:
- equalToXml