{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigateway-requestvalidator.json",
  "title": "AWSApiGatewayRequestValidatorProperties",
  "description": "Resource Type definition for AWS::ApiGateway::RequestValidator. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apigateway-requestvalidator.json",
    "sourceSha256": "2575b610a216c46aba6ba1de58f9cb6be348731525fe446c0ba0e9234de8f671"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "Name of the request validator."
    },
    "RestApiId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The identifier of the targeted API entity."
    },
    "ValidateRequestBody": {
      "description": "Indicates whether to validate the request body according to the configured schema for the targeted API and method. ",
      "type": "boolean"
    },
    "ValidateRequestParameters": {
      "description": "Indicates whether to validate request parameters.",
      "type": "boolean"
    }
  },
  "typeName": "AWS::ApiGateway::RequestValidator",
  "primaryIdentifier": [
    "/properties/RestApiId",
    "/properties/RequestValidatorId"
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigateway",
  "additionalProperties": false,
  "readOnlyProperties": [
    "/properties/RequestValidatorId"
  ],
  "required": [
    "RestApiId"
  ],
  "createOnlyProperties": [
    "/properties/Name",
    "/properties/RestApiId"
  ]
}
