{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-cloudformation-moduleversion.json",
  "title": "AWSCloudFormationModuleVersionProperties",
  "description": "A module 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-moduleversion.json",
    "sourceSha256": "73e1488e4f0999ed6d5ad8cc177d107172bca73e09683e201b8ba64a33132f62"
  },
  "type": "object",
  "properties": {
    "ModuleName": {
      "oneOf": [
        {
          "pattern": "^[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::[A-Za-z0-9]{2,64}::MODULE",
          "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 module being registered.\n\nRecommended module naming pattern: company_or_organization::service::type::MODULE."
    },
    "ModulePackage": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The url to the S3 bucket containing the schema and template fragment for the module you want to register."
    }
  },
  "typeName": "AWS::CloudFormation::ModuleVersion",
  "additionalProperties": false,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudformation",
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "required": [
    "ModuleName",
    "ModulePackage"
  ],
  "createOnlyProperties": [
    "/properties/ModuleName",
    "/properties/ModulePackage"
  ],
  "readOnlyProperties": [
    "/properties/Arn",
    "/properties/Description",
    "/properties/DocumentationUrl",
    "/properties/IsDefaultVersion",
    "/properties/Schema",
    "/properties/TimeCreated",
    "/properties/VersionId",
    "/properties/Visibility"
  ],
  "writeOnlyProperties": [
    "/properties/ModulePackage"
  ]
}
