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