?um/p1-90`CLE supports pagination to handle components with extensive event histories. When a CLE file reaches the maximum limit of 100,000 events, it must be split into multiple pages.
next field.index field.The CLE index file provides a directory of all pages for a component.
| Field | Type | Required | Description |
|---|---|---|---|
$schema |
string | Yes | URI identifying the CLE index schema version. |
pages |
array[object] | Yes | Array of page descriptor objects, ordered by event ID ranges. |
| Field | Type | Required | Description |
|---|---|---|---|
url |
string | Yes | URL of the CLE page file. |
firstEventId |
integer | Yes | The lowest event ID in this page. |
lastEventId |
integer | Yes | The highest event ID in this page. |
When processing paginated CLE files:
next links to traverse pages.withdrawn events can reference events on any page.