{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigatewayv2-integrationresponse.json",
  "title": "AWSApiGatewayV2IntegrationResponseProperties",
  "description": "Schema for ApiGatewayV2 Integration Response. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigatewayv2.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apigatewayv2-integrationresponse.json",
    "sourceSha256": "7f0ef6637b83fc0b28c37c1f152c5650561ecad20768c05d818182f48020a066"
  },
  "type": "object",
  "properties": {
    "ResponseTemplates": {
      "description": "The collection of response templates for the integration response as a string-to-string map of key-value pairs",
      "type": "object"
    },
    "TemplateSelectionExpression": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The template selection expression for the integration response. Supported only for WebSocket APIs"
    },
    "ResponseParameters": {
      "description": "A key-value map specifying response parameters that are passed to the method response from the backend",
      "type": "object"
    },
    "ContentHandlingStrategy": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": " Specifies how to handle response payload content type conversions"
    },
    "IntegrationId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The integration ID"
    },
    "IntegrationResponseKey": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The integration response key"
    },
    "ApiId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The API identifier"
    }
  },
  "typeName": "AWS::ApiGatewayV2::IntegrationResponse",
  "tagging": {
    "taggable": false
  },
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-apigatewayv2.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/ApiId",
    "/properties/IntegrationId",
    "/properties/IntegrationResponseId"
  ],
  "required": [
    "ApiId",
    "IntegrationId",
    "IntegrationResponseKey"
  ],
  "createOnlyProperties": [
    "/properties/ApiId",
    "/properties/IntegrationId"
  ],
  "readOnlyProperties": [
    "/properties/IntegrationResponseId"
  ]
}
