{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cloudformation-resourcedefaultversion.json",
  "title": "AWSCloudFormationResourceDefaultVersionProperties",
  "description": "The default version of a resource that has been registered in the CloudFormation Registry.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudformation>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-cloudformation-resourcedefaultversion.json",
    "sourceSha256": "3ccb239b1405497d2440509aef59f22a4fa03bedbc854584d24f448dfb18112c"
  },
  "type": "object",
  "properties": {
    "TypeVersionArn": {
      "oneOf": [
        {
          "pattern": "^arn:aws[A-Za-z0-9-]{0,64}:cloudformation:[A-Za-z0-9-]{1,64}:([0-9]{12})?:type/resource/.+$",
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The Amazon Resource Name (ARN) of the type version."
    },
    "TypeName": {
      "oneOf": [
        {
          "pattern": "^[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}$",
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the type being registered.\n\nWe recommend that type names adhere to the following pattern: company_or_organization::service::type."
    },
    "VersionId": {
      "oneOf": [
        {
          "pattern": "^[A-Za-z0-9-]{1,128}$",
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of an existing version of the resource to set as the default."
    }
  },
  "typeName": "AWS::CloudFormation::ResourceDefaultVersion",
  "additionalProperties": false,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudformation",
  "additionalIdentifiers": [
    [
      "/properties/TypeName"
    ]
  ],
  "oneOf": [
    {
      "required": [
        "TypeVersionArn"
      ]
    },
    {
      "required": [
        "TypeName",
        "VersionId"
      ]
    }
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ],
  "primaryIdentifier": [
    "/properties/Arn"
  ]
}
