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