> ## 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 オブジェクト

> ABBYY FineReader Engine JSON スキーマの listReference オブジェクト — 段落を、その段落が属するリストと、そのリスト内での位置に関連付けます。

listReference オブジェクトは、段落がリストに含まれている場合にのみ存在します。このオブジェクトは、段落が属するリストと、そのリスト内での段落の位置を指定します。

| プロパティ         | データ型    | 説明                                          |
| ------------- | ------- | ------------------------------------------- |
| id            | string  | 段落が属するリストの識別子。                              |
| levelIndex    | integer | 段落が属するリストのレベルのインデックス。最小値: 0 既定値: 0          |
| ordinalNumber | integer | 段落に対応するリスト要素の番号。最小値: -1 (番号なしリストの場合) 既定値: 0 |
