swagger.schemas.content-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
type: object
title: Content pattern
oneOf:
- $ref: "equal-to-pattern.yaml"
- $ref: "binary-equal-to-pattern.yaml"
- $ref: "contains-pattern.yaml"
- $ref: "does-not-contain-pattern.yaml"
- $ref: "matches-pattern.yaml"
- $ref: "does-not-match-pattern.yaml"
- $ref: "not-pattern.yaml"
- $ref: "before-pattern.yaml"
- $ref: "after-pattern.yaml"
- $ref: "equal-to-date-time-pattern.yaml"
- $ref: "equal-to-json-pattern.yaml"
- $ref: "matches-json-path-pattern.yaml"
- $ref: "equal-to-xml-pattern.yaml"
- $ref: "matches-xpath-pattern.yaml"
- $ref: "matches-json-schema-pattern.yaml"
- $ref: "absent-pattern.yaml"
- $ref: "and-pattern.yaml"
- $ref: "or-pattern.yaml"
- $ref: "has-exactly-multivalue-pattern.yaml"
- $ref: "includes-multivalue-pattern.yaml"