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

software.xdev.mockserver.schema.openAPIDefinition.json Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
{
  "title": "open api or swagger request matcher",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "specUrlOrPayload": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "object"
        }
      ]
    },
    "operationId": {
      "type": "string"
    }
  },
  "required": [
    "specUrlOrPayload"
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy