{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iotsitewise-dashboard.json",
  "title": "AWSIoTSiteWiseDashboardProperties",
  "description": "Resource schema for AWS::IoTSiteWise::Dashboard. Source:- <https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iotsitewise.git>",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-iotsitewise-dashboard.json",
    "sourceSha256": "d0f3befed197cfffbf5987d1fc5b5f89cc7bccba9d0071b8b8ca9a881724aad0"
  },
  "type": "object",
  "properties": {
    "ProjectId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The ID of the project in which to create the dashboard."
    },
    "DashboardName": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A friendly name for the dashboard."
    },
    "DashboardDescription": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "A description for the dashboard."
    },
    "DashboardDefinition": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ],
      "description": "The dashboard definition specified in a JSON literal."
    },
    "Tags": {
      "description": "A list of key-value pairs that contain metadata for the dashboard.",
      "type": "array",
      "uniqueItems": false,
      "insertionOrder": false,
      "items": {
        "$ref": "#/$defs/Tag"
      }
    }
  },
  "typeName": "AWS::IoTSiteWise::Dashboard",
  "additionalIdentifiers": [
    [
      "/properties/DashboardArn"
    ]
  ],
  "sourceUrl": "https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iotsitewise.git",
  "additionalProperties": false,
  "primaryIdentifier": [
    "/properties/DashboardId"
  ],
  "$defs": {
    "Tag": {
      "description": "To add or update tag, provide both key and value. To delete tag, provide only tag key to be deleted",
      "type": "object",
      "title": "AWSIoTSiteWiseDashboardTagDefinition",
      "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": [
        "Key",
        "Value"
      ],
      "additionalProperties": false
    }
  },
  "taggable": true,
  "required": [
    "DashboardDefinition",
    "DashboardDescription",
    "DashboardName"
  ],
  "readOnlyProperties": [
    "/properties/DashboardArn",
    "/properties/DashboardId"
  ],
  "createOnlyProperties": [
    "/properties/ProjectId"
  ]
}
