{
  "$id": "https://hash.ai/@h/types/entity-type/block/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "description": "A block that displays or otherwise uses data, part of a wider page or collection.",
  "icon": "/icons/types/cube.svg",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-data/v/1": {
      "items": {},
      "maxItems": 1,
      "minItems": 1,
      "type": "array"
    }
  },
  "properties": {
    "https://hash.ai/@h/types/property-type/component-id/": {
      "$ref": "https://hash.ai/@h/types/property-type/component-id/v/1"
    }
  },
  "required": [
    "https://hash.ai/@h/types/property-type/component-id/"
  ],
  "title": "Block",
  "type": "object"
}