{
  "name": "WebSocketMessage",
  "plane": "internal",
  "terraformEligible": false,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudGateway.WebSocketMessage",
    "service": "gateway"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "apiId": {
        "type": "string"
      },
      "body": true,
      "connectionId": {
        "type": "string"
      },
      "routeKey": {
        "type": "string"
      }
    },
    "required": [
      "apiId",
      "body",
      "connectionId",
      "routeKey"
    ],
    "title": "WebSocketMessageRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "body": {
        "default": null
      },
      "routeKey": {
        "type": "string"
      }
    },
    "required": [
      "routeKey"
    ],
    "title": "WebSocketMessageResponse",
    "type": "object"
  }
}
