{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-servicecatalogappregistry-attributegroup.json",
  "title": "AWSServiceCatalogAppRegistryAttributeGroupProperties",
  "description": "Resource Schema for AWS::ServiceCatalogAppRegistry::AttributeGroup.. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-servicecatalog-appregistry.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-servicecatalogappregistry-attributegroup.json",
    "sourceSha256": "d86a5cf417f7b68797247197d43a1fcfdb86b07a6881752775c283ae70f423ce"
  },
  "type": "object",
  "properties": {
    "Name": {
      "oneOf": [
        {
          "type": "string",
          "minLength": 1,
          "maxLength": 256,
          "pattern": "\\w+"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The name of the attribute group. "
    },
    "Description": {
      "oneOf": [
        {
          "type": "string",
          "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 attribute group. "
    },
    "Attributes": {
      "type": "object"
    },
    "Tags": {
      "$ref": "#/$defs/Tags"
    }
  },
  "typeName": "AWS::ServiceCatalogAppRegistry::AttributeGroup",
  "taggable": true,
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-servicecatalog-appregistry.git",
  "documentationUrl": "https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-appregistry-attributegroup.html",
  "additionalProperties": false,
  "additionalIdentifiers": [
    [
      "/properties/Name"
    ]
  ],
  "$defs": {
    "Tags": {
      "type": "object",
      "additionalProperties": false,
      "maxProperties": 50,
      "title": "AWSServiceCatalogAppRegistryAttributeGroupTagsDefinition",
      "patternProperties": {
        "^[a-zA-Z+-=._:/]+$": {
          "type": "string",
          "maxLength": 256
        }
      }
    }
  },
  "required": [
    "Name",
    "Attributes"
  ],
  "readOnlyProperties": [
    "/properties/Id",
    "/properties/Arn"
  ],
  "primaryIdentifier": [
    "/properties/Id"
  ]
}
