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

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

There is a newer version: 1.0.8
Show newest version
{
  "title": "response to return",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "delay": {
      "$ref": "#/definitions/delay"
    },
    "body": {
      "$ref": "#/definitions/bodyWithContentType"
    },
    "cookies": {
      "$ref": "#/definitions/keyToValue"
    },
    "connectionOptions": {
      "$ref": "#/definitions/connectionOptions"
    },
    "headers": {
      "$ref": "#/definitions/keyToMultiValue"
    },
    "statusCode": {
      "type": "integer"
    },
    "reasonPhrase": {
      "type": "string"
    }
  },
  "definitions": {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy