swagger.schemas.matches-json-schema-pattern.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wiremock Show documentation
Show all versions of wiremock Show documentation
A web service test double for all occasions
title: JSON Schema match
type: object
properties:
matchesJsonSchema:
oneOf:
- type: string
example: "//Order/Amount"
- type: object
allOf:
- properties:
expression:
type: string
example: "//Order/Amount"
- $ref: "content-pattern.yaml"
required:
- expression
xPathNamespaces:
type: object
additionalProperties:
type: string
required:
- matchesJsonSchema