{
  "$id": "https://hash.ai/@h/types/entity-type/document/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/page/v/1"
    }
  ],
  "description": "A page in document format, with content arranged in columns.",
  "kind": "entityType",
  "links": {
    "https://hash.ai/@h/types/entity-type/has-indexed-content/v/1": {
      "items": {
        "oneOf": [
          {
            "$ref": "https://hash.ai/@h/types/entity-type/block/v/1"
          }
        ]
      },
      "minItems": 0,
      "type": "array"
    }
  },
  "properties": {},
  "title": "Document",
  "type": "object"
}