> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# listReference object

> listReference object in the ABBYY FineReader Engine JSON schema — links a paragraph to the list it belongs to and its position within that list.

The listReference object exists only if the paragraph is part of a list. This object specifies the list to which the paragraph belongs and the location of the paragraph within that list.

| Property      | Data type | Description                                                                                                                        |
| ------------- | --------- | ---------------------------------------------------------------------------------------------------------------------------------- |
| id            | string    | The identifier of the list to which the paragraph belongs.                                                                         |
| levelIndex    | integer   | The index of the level of the list to which the paragraph belongs. Minimum value: 0 Default value: 0                               |
| ordinalNumber | integer   | The ordinal number of the list element corresponding to the paragraph. Minimum value: -1 (for non-numbered lists) Default value: 0 |
