{
  "$id": "https://hash.ai/@h/types/entity-type/document-file/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/entity-type",
  "allOf": [
    {
      "$ref": "https://hash.ai/@h/types/entity-type/file/v/2"
    }
  ],
  "description": "A document file.",
  "icon": "/icons/types/file-lines.svg",
  "kind": "entityType",
  "properties": {
    "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/": {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/property-type/textual-content/v/2"
    }
  },
  "title": "Document File",
  "type": "object"
}