All Downloads are FREE. Search and download functionalities are using the official Maven repository.

swagger.schemas.matches-json-path-pattern.yaml Maven / Gradle / Ivy

There is a newer version: 3.9.2
Show newest version
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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy