{
  "typeName" : "AWS::ApiGatewayV2::Route",
  "description" : "Resource Type definition for AWS::ApiGatewayV2::Route",
  "additionalProperties" : false,
  "properties" : {
    "Id" : {
      "type" : "string"
    },
    "Target" : {
      "type" : "string"
    },
    "RouteResponseSelectionExpression" : {
      "type" : "string"
    },
    "AuthorizerId" : {
      "type" : "string"
    },
    "RequestModels" : {
      "type" : "object"
    },
    "OperationName" : {
      "type" : "string"
    },
    "AuthorizationScopes" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "type" : "string"
      }
    },
    "ApiKeyRequired" : {
      "type" : "boolean"
    },
    "RouteKey" : {
      "type" : "string"
    },
    "AuthorizationType" : {
      "type" : "string"
    },
    "ModelSelectionExpression" : {
      "type" : "string"
    },
    "ApiId" : {
      "type" : "string"
    },
    "RequestParameters" : {
      "type" : "object"
    }
  },
  "required" : [ "RouteKey", "ApiId" ],
  "createOnlyProperties" : [ "/properties/ApiId" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}