Amazon API Gateway · JSON Structure

Amazon Api Gateway Gatewayresponse Structure

Type: record Properties: 0
GatewayHTTP APIREST APIServerlessWebSocket

GatewayResponse is a JSON Structure definition published by Amazon API Gateway. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "GatewayResponse",
  "type": "record",
  "fields": [
    {
      "name": "responseType",
      "type": "string"
    },
    {
      "name": "statusCode",
      "type": "string"
    },
    {
      "name": "responseParameters",
      "type": "object"
    },
    {
      "name": "responseTemplates",
      "type": "object"
    },
    {
      "name": "defaultResponse",
      "type": "boolean"
    }
  ]
}