Amazon API Gateway · Schema

RestApi

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
id string The API's identifier.
name string The API's name.
description string The API's description.
createdDate string The timestamp when the API was created.
version string A version identifier for the API.
warnings array The warning messages reported when failonwarnings is on.
binaryMediaTypes array The list of binary media types supported by the REST API.
minimumCompressionSize integer A nullable integer for the minimum payload size in bytes to compress.
apiKeySource string The source of the API key for metering requests.
endpointConfiguration object
policy string A stringified JSON policy document that applies to this REST API.
tags object Tags attached to the REST API.
disableExecuteApiEndpoint boolean Specifies whether clients can invoke your API by using the default execute-api endpoint.
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-restapi-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RestApi",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The API's identifier."
    },
    "name": {
      "type": "string",
      "description": "The API's name."
    },
    "description": {
      "type": "string",
      "description": "The API's description."
    },
    "createdDate": {
      "type": "string",
      "format": "date-time",
      "description": "The timestamp when the API was created."
    },
    "version": {
      "type": "string",
      "description": "A version identifier for the API."
    },
    "warnings": {
      "type": "array",
      "description": "The warning messages reported when failonwarnings is on.",
      "items": {
        "type": "string"
      }
    },
    "binaryMediaTypes": {
      "type": "array",
      "description": "The list of binary media types supported by the REST API.",
      "items": {
        "type": "string"
      }
    },
    "minimumCompressionSize": {
      "type": "integer",
      "description": "A nullable integer for the minimum payload size in bytes to compress."
    },
    "apiKeySource": {
      "type": "string",
      "description": "The source of the API key for metering requests.",
      "enum": [
        "HEADER",
        "AUTHORIZER"
      ]
    },
    "endpointConfiguration": {
      "$ref": "#/definitions/EndpointConfiguration"
    },
    "policy": {
      "type": "string",
      "description": "A stringified JSON policy document that applies to this REST API."
    },
    "tags": {
      "type": "object",
      "description": "Tags attached to the REST API."
    },
    "disableExecuteApiEndpoint": {
      "type": "boolean",
      "description": "Specifies whether clients can invoke your API by using the default execute-api endpoint."
    }
  }
}

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