{
  "name": "GetConnection",
  "plane": "data",
  "terraformEligible": false,
  "protocol": {
    "kind": "cloudJson",
    "target": "CloudGateway.GetConnection",
    "service": "gateway"
  },
  "requestBody": "typed",
  "responseBody": "typed",
  "requestSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "additionalProperties": false,
    "properties": {
      "connectionId": {
        "type": "string"
      }
    },
    "required": [
      "connectionId"
    ],
    "title": "GetConnectionRequest",
    "type": "object"
  },
  "responseSchema": {
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
      "apiId": {
        "type": "string"
      },
      "connectedAt": {
        "type": "string"
      },
      "connectionId": {
        "type": "string"
      }
    },
    "required": [
      "apiId",
      "connectedAt",
      "connectionId"
    ],
    "title": "ConnectionDescription",
    "type": "object"
  }
}
