{
  "typeName" : "AWS::ApiGatewayV2::RouteResponse",
  "description" : "Resource Type definition for AWS::ApiGatewayV2::RouteResponse",
  "additionalProperties" : false,
  "properties" : {
    "RouteResponseKey" : {
      "type" : "string"
    },
    "ResponseParameters" : {
      "type" : "object"
    },
    "RouteId" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "ModelSelectionExpression" : {
      "type" : "string"
    },
    "ApiId" : {
      "type" : "string"
    },
    "ResponseModels" : {
      "type" : "object"
    }
  },
  "required" : [ "RouteResponseKey", "RouteId", "ApiId" ],
  "createOnlyProperties" : [ "/properties/ApiId", "/properties/RouteId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}