Amazon API Gateway · Schema

MethodSnapshot

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
authorizationType string
apiKeyRequired boolean
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-methodsnapshot-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "MethodSnapshot",
  "type": "object",
  "properties": {
    "authorizationType": {
      "type": "string"
    },
    "apiKeyRequired": {
      "type": "boolean"
    }
  }
}