Amazon API Gateway · Schema

Integration

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
type string The integration input's type.
httpMethod string The integration's HTTP method type.
uri string The Uniform Resource Identifier (URI) for the integration.
connectionType string The type of the network connection to the integration endpoint.
connectionId string The ID of the VPC link used for the integration when connectionType is VPC_LINK.
credentials string The credentials required for the integration, if any. For AWS integrations, three options are available.
requestParameters object
requestTemplates object
passthroughBehavior string
contentHandling string
timeoutInMillis integer Custom timeout between 50 and 29000 milliseconds.
cacheNamespace string
cacheKeyParameters array
integrationResponses object
tlsConfig object
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-integration-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Integration",
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "description": "The integration input's type.",
      "enum": [
        "HTTP",
        "HTTP_PROXY",
        "AWS",
        "AWS_PROXY",
        "MOCK"
      ]
    },
    "httpMethod": {
      "type": "string",
      "description": "The integration's HTTP method type."
    },
    "uri": {
      "type": "string",
      "description": "The Uniform Resource Identifier (URI) for the integration."
    },
    "connectionType": {
      "type": "string",
      "description": "The type of the network connection to the integration endpoint.",
      "enum": [
        "INTERNET",
        "VPC_LINK"
      ]
    },
    "connectionId": {
      "type": "string",
      "description": "The ID of the VPC link used for the integration when connectionType is VPC_LINK."
    },
    "credentials": {
      "type": "string",
      "description": "The credentials required for the integration, if any. For AWS integrations, three options are available."
    },
    "requestParameters": {
      "type": "object"
    },
    "requestTemplates": {
      "type": "object"
    },
    "passthroughBehavior": {
      "type": "string",
      "enum": [
        "WHEN_NO_MATCH",
        "WHEN_NO_TEMPLATES",
        "NEVER"
      ]
    },
    "contentHandling": {
      "type": "string",
      "enum": [
        "CONVERT_TO_BINARY",
        "CONVERT_TO_TEXT"
      ]
    },
    "timeoutInMillis": {
      "type": "integer",
      "description": "Custom timeout between 50 and 29000 milliseconds."
    },
    "cacheNamespace": {
      "type": "string"
    },
    "cacheKeyParameters": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "integrationResponses": {
      "type": "object"
    },
    "tlsConfig": {
      "type": "object",
      "properties": {
        "insecureSkipVerification": {
          "type": "boolean"
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-api-gateway-integration"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.