This event contains the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
publication |
Object | Yes | An object containing information about the publication. |
id |
String | Yes | The document's identifier. |
title |
String | No | The title of the document. |
type |
String | No | The document's type. The value can be STRUCTURED_DOCUMENT, UNSTRUCTURED_DOCUMENT, SHARED_PERSONAL_BOOK, PERSONAL_BOOK, ATTACHMENT or RESOURCE. |
metadata |
String | No | A list of the document's metadata with the label and values of each key. |
mimeType |
String | No | The document's MIME type for an UNSTRUCTURED_DOCUMENT. |
breadcrumb |
Object | Yes | Contains the list of topics leading to this topic in the document's table of contents. Each topic contains its tocId and title. |
tocId |
String | Yes | The topic's identifier based on its position in the document's table of contents. |
title |
String | Yes | The topic's title. |