Amazon API Gateway · JSON Structure

Amazon Api Gateway Putmethodrequest Structure

Type: record Properties: 0
GatewayHTTP APIREST APIServerlessWebSocket

PutMethodRequest 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": "PutMethodRequest",
  "type": "record",
  "fields": [
    {
      "name": "authorizationType",
      "type": "string"
    },
    {
      "name": "authorizerId",
      "type": "string"
    },
    {
      "name": "apiKeyRequired",
      "type": "boolean"
    },
    {
      "name": "operationName",
      "type": "string"
    },
    {
      "name": "requestParameters",
      "type": "object"
    },
    {
      "name": "requestModels",
      "type": "object"
    },
    {
      "name": "requestValidatorId",
      "type": "string"
    }
  ]
}