{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-sagemaker-modelpackagegroup.json",
  "title": "AWSSageMakerModelPackageGroupProperties",
  "description": "Resource Type definition for AWS::SageMaker::ModelPackageGroup. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-sagemaker-modelpackagegroup.json",
    "sourceSha256": "c1fd94e54664eafdb050f725ef22357678ed6b2c0986aafd6c850be5e0659a4b"
  },
  "type": "object",
  "properties": {
    "Tags": {
      "type": "array",
      "maxItems": 50,
      "description": "An array of key-value pairs to apply to this resource.",
      "items": {
        "$ref": "#/$defs/Tag"
      }
    },
    "ModelPackageGroupName": {
      "$ref": "#/$defs/ModelPackageGroupName"
    },
    "ModelPackageGroupDescription": {
      "$ref": "#/$defs/ModelPackageGroupDescription"
    },
    "ModelPackageGroupPolicy": {
      "type": [
        "object",
        "string"
      ]
    }
  },
  "typeName": "AWS::SageMaker::ModelPackageGroup",
  "createOnlyProperties": [
    "/properties/ModelPackageGroupName",
    "/properties/ModelPackageGroupDescription"
  ],
  "$defs": {
    "Tag": {
      "description": "A key-value pair to associate with a resource.",
      "type": "object",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string",
              "minLength": 1,
              "maxLength": 128,
              "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. "
        },
        "Value": {
          "oneOf": [
            {
              "type": "string",
              "maxLength": 256,
              "pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ],
          "description": "The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. "
        }
      },
      "required": [
        "Key",
        "Value"
      ],
      "title": "AWSSageMakerModelPackageGroupTagDefinition",
      "additionalProperties": false
    },
    "ModelPackageGroupDescription": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "[\\p{L}\\p{M}\\p{Z}\\p{S}\\p{N}\\p{P}]*",
          "maxLength": 1024
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The description of the model package group.",
      "title": "AWSSageMakerModelPackageGroupModelPackageGroupDescriptionDefinition"
    },
    "ModelPackageGroupName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9])*$",
          "maxLength": 63
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the model package group.",
      "title": "AWSSageMakerModelPackageGroupModelPackageGroupNameDefinition"
    },
    "ModelPackageGroupArn": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 256,
          "pattern": "arn:.*"
        },
        {
          "$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 model package group.",
      "title": "AWSSageMakerModelPackageGroupModelPackageGroupArnDefinition"
    }
  },
  "readOnlyProperties": [
    "/properties/ModelPackageGroupArn",
    "/properties/CreationTime",
    "/properties/ModelPackageGroupStatus"
  ],
  "additionalProperties": false,
  "required": [
    "ModelPackageGroupName"
  ],
  "primaryIdentifier": [
    "/properties/ModelPackageGroupArn"
  ]
}
