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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy