{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-inspector-resourcegroup.json",
  "title": "AWSInspectorResourceGroupProperties",
  "description": "Resource Type definition for AWS::Inspector::ResourceGroup. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-inspector-resourcegroup.json",
    "sourceSha256": "f3076c3782a09ba812d5a32c023cad6dae0ee3a8fde4dd77cba93940712636ff"
  },
  "type": "object",
  "properties": {
    "ResourceGroupTags": {
      "type": "array",
      "uniqueItems": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::Inspector::ResourceGroup",
  "taggable": false,
  "$defs": {
    "Tag": {
      "type": "object",
      "title": "AWSInspectorResourceGroupTagDefinition",
      "properties": {
        "Key": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Value": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Value",
        "Key"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Arn"
  ],
  "additionalProperties": false,
  "required": [
    "ResourceGroupTags"
  ],
  "readOnlyProperties": [
    "/properties/Arn"
  ],
  "createOnlyProperties": [
    "/properties/ResourceGroupTags"
  ]
}
