{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-apigatewayv2-routeresponse.json",
  "title": "AWSApiGatewayV2RouteResponseProperties",
  "description": "Resource Type definition for AWS::ApiGatewayV2::RouteResponse. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-apigatewayv2-routeresponse.json",
    "sourceSha256": "aebc5fe0be08f8df3ef64fdd1c4d5adc0792e7373684cc106d9da894ec2ac102"
  },
  "type": "object",
  "properties": {
    "RouteResponseKey": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ResponseParameters": {
      "$ref": "#/$defs/RouteParameters"
    },
    "RouteId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ModelSelectionExpression": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ApiId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ResponseModels": {
      "type": "object"
    }
  },
  "typeName": "AWS::ApiGatewayV2::RouteResponse",
  "tagging": {
    "taggable": false,
    "tagOnCreate": false,
    "tagUpdatable": false,
    "cloudFormationSystemTags": false
  },
  "$defs": {
    "ParameterConstraints": {
      "type": "object",
      "properties": {
        "Required": {
          "type": "boolean"
        }
      },
      "required": [
        "Required"
      ],
      "title": "AWSApiGatewayV2RouteResponseParameterConstraintsDefinition",
      "additionalProperties": false
    },
    "RouteParameters": {
      "additionalProperties": false,
      "title": "AWSApiGatewayV2RouteResponseRouteParametersDefinition",
      "patternProperties": {
        "^.+$": {
          "$ref": "#/$defs/ParameterConstraints"
        }
      }
    }
  },
  "primaryIdentifier": [
    "/properties/ApiId",
    "/properties/RouteId",
    "/properties/RouteResponseId"
  ],
  "additionalProperties": false,
  "required": [
    "RouteResponseKey",
    "RouteId",
    "ApiId"
  ],
  "createOnlyProperties": [
    "/properties/ApiId",
    "/properties/RouteId"
  ],
  "readOnlyProperties": [
    "/properties/RouteResponseId"
  ]
}
