{
  "$id": "https://hash.ai/@h/types/entity-type/dashboard-item/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A visualization item within a dashboard.",
  "icon": "/icons/types/chart-mixed.svg",
  "kind": "entityType",
  "labelProperty": "https://blockprotocol.org/@blockprotocol/types/property-type/name/",
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/description/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/description/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/name/v/1"
    },
    "https://hash.ai/@h/types/property-type/chart-configuration/": {
      "$ref": "https://hash.ai/@h/types/property-type/chart-configuration/v/1"
    },
    "https://hash.ai/@h/types/property-type/chart-type/": {
      "$ref": "https://hash.ai/@h/types/property-type/chart-type/v/1"
    },
    "https://hash.ai/@h/types/property-type/configuration-status/": {
      "$ref": "https://hash.ai/@h/types/property-type/configuration-status/v/1"
    },
    "https://hash.ai/@h/types/property-type/goal/": {
      "$ref": "https://hash.ai/@h/types/property-type/goal/v/1"
    },
    "https://hash.ai/@h/types/property-type/grid-position/": {
      "$ref": "https://hash.ai/@h/types/property-type/grid-position/v/1"
    },
    "https://hash.ai/@h/types/property-type/python-script/": {
      "$ref": "https://hash.ai/@h/types/property-type/python-script/v/1"
    },
    "https://hash.ai/@h/types/property-type/structural-query/": {
      "$ref": "https://hash.ai/@h/types/property-type/structural-query/v/1"
    }
  },
  "required": [
    "https://blockprotocol.org/@blockprotocol/types/property-type/name/",
    "https://hash.ai/@h/types/property-type/grid-position/",
    "https://hash.ai/@h/types/property-type/goal/",
    "https://hash.ai/@h/types/property-type/configuration-status/"
  ],
  "title": "Dashboard Item",
  "type": "object"
}