{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-resourceexplorer2-view.json",
  "title": "AWSResourceExplorer2ViewProperties",
  "description": "Definition of AWS::ResourceExplorer2::View Resource Type. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-resourceexplorer2-view.json",
    "sourceSha256": "7d36020bb99967acb449c5037f92bee9cce2911492702ea7aa0614ab06d1cb3d"
  },
  "type": "object",
  "properties": {
    "IncludedProperties": {
      "type": "array",
      "items": {
        "$ref": "#/$defs/IncludedProperty"
      },
      "insertionOrder": false
    },
    "Filters": {
      "$ref": "#/$defs/Filters"
    },
    "Tags": {
      "$ref": "#/$defs/TagMap"
    },
    "ViewName": {
      "oneOf": [
        {
          "type": "string",
          "pattern": "^[a-zA-Z0-9\\-]{1,64}$"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::ResourceExplorer2::View",
  "$defs": {
    "IncludedProperty": {
      "type": "object",
      "properties": {
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "Name"
      ],
      "title": "AWSResourceExplorer2ViewIncludedPropertyDefinition",
      "additionalProperties": false
    },
    "Filters": {
      "type": "object",
      "properties": {
        "FilterString": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "FilterString"
      ],
      "title": "AWSResourceExplorer2ViewFiltersDefinition",
      "additionalProperties": false
    },
    "TagMap": {
      "type": "object",
      "additionalProperties": false,
      "title": "AWSResourceExplorer2ViewTagMapDefinition",
      "patternProperties": {
        ".+": {
          "type": "string"
        }
      }
    }
  },
  "additionalProperties": false,
  "tagging": {
    "taggable": true,
    "tagOnCreate": true,
    "cloudFormationSystemTags": false,
    "tagUpdatable": true,
    "tagProperty": "/properties/Tags"
  },
  "required": [
    "ViewName"
  ],
  "readOnlyProperties": [
    "/properties/ViewArn"
  ],
  "createOnlyProperties": [
    "/properties/ViewName"
  ],
  "primaryIdentifier": [
    "/properties/ViewArn"
  ]
}
