{
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "$id": "https://blockprotocol.org/@hash/types/entity-type/chart-block/v/1",
  "kind": "entityType",
  "title": "Chart Block",
  "type": "object",
  "allOf": [],
  "description": "",
  "examples": [],
  "links": {
    "https://blockprotocol.org/@hash/types/entity-type/has-query/v/1": {
      "type": "array",
      "minItems": 0,
      "ordered": false,
      "items": {
        "oneOf": [
          {
            "$ref": "https://blockprotocol.org/@hash/types/entity-type/query/v/1"
          }
        ]
      }
    }
  },
  "properties": {
    "https://blockprotocol.org/@hash/types/property-type/chart-defintion/": {
      "$ref": "https://blockprotocol.org/@hash/types/property-type/chart-defintion/v/1"
    },
    "https://blockprotocol.org/@blockprotocol/types/property-type/title/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/title/v/1"
    }
  },
  "required": []
}