Amazon API Gateway · Schema

Method

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
httpMethod string The method's HTTP verb.
authorizationType string The method's authorization type. Valid values are NONE, AWS_IAM, CUSTOM, or COGNITO_USER_POOLS.
authorizerId string The identifier of an Authorizer to use on this method.
apiKeyRequired boolean Whether the method requires an API key.
requestValidatorId string The identifier of a RequestValidator.
operationName string A human-friendly operation identifier for the method.
requestParameters object Request parameters that can be accepted by the method. Keys identify the parameter location and name.
requestModels object Specifies the Model resources used for the request's content type.
methodResponses object Method responses keyed by status code.
methodIntegration object
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-method-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Method",
  "type": "object",
  "properties": {
    "httpMethod": {
      "type": "string",
      "description": "The method's HTTP verb."
    },
    "authorizationType": {
      "type": "string",
      "description": "The method's authorization type. Valid values are NONE, AWS_IAM, CUSTOM, or COGNITO_USER_POOLS."
    },
    "authorizerId": {
      "type": "string",
      "description": "The identifier of an Authorizer to use on this method."
    },
    "apiKeyRequired": {
      "type": "boolean",
      "description": "Whether the method requires an API key."
    },
    "requestValidatorId": {
      "type": "string",
      "description": "The identifier of a RequestValidator."
    },
    "operationName": {
      "type": "string",
      "description": "A human-friendly operation identifier for the method."
    },
    "requestParameters": {
      "type": "object",
      "description": "Request parameters that can be accepted by the method. Keys identify the parameter location and name."
    },
    "requestModels": {
      "type": "object",
      "description": "Specifies the Model resources used for the request's content type."
    },
    "methodResponses": {
      "type": "object",
      "description": "Method responses keyed by status code."
    },
    "methodIntegration": {
      "$ref": "#/definitions/Integration"
    }
  }
}

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-method"
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.