swagger.schemas.matches-xpath-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: XPath match
type: object
properties:
matchesXPath:
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:
- matchesXPath
© 2015 - 2025 Weber Informatics LLC | Privacy Policy