swagger.schemas.matches-json-path-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: JSONPath match
type: object
properties:
matchesJsonPath:
oneOf:
- type: string
example: "$.name"
- type: object
allOf:
- properties:
expression:
type: string
example: "$.name"
- $ref: "content-pattern.yaml"
required:
- expression
required:
- matchesJsonPath