Amazon API Gateway · Schema

PutGatewayResponseRequest

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
statusCode string
responseParameters object
responseTemplates object
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-putgatewayresponserequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "PutGatewayResponseRequest",
  "type": "object",
  "properties": {
    "statusCode": {
      "type": "string"
    },
    "responseParameters": {
      "type": "object"
    },
    "responseTemplates": {
      "type": "object"
    }
  }
}