Amazon API Gateway · Schema

RequestValidator

GatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
id string
name string
validateRequestBody boolean
validateRequestParameters boolean
View JSON Schema on GitHub

JSON Schema

amazon-api-gateway-requestvalidator-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "RequestValidator",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "validateRequestBody": {
      "type": "boolean"
    },
    "validateRequestParameters": {
      "type": "boolean"
    }
  }
}