> ## 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.

# Content object

> Content object in the ABBYY FineReader Engine JSON schema — describes the logical structure of the document: logical sections, columns, paragraphs, and list structures.

A content object describes the logical structure of the document by specifying various logical sections on a page. These sections can consist of several columns. Any text inside a section is split into paragraphs, each of which is assigned a specific function (e.g. heading, main body, header/footer, note, etc.).

If lists are detected on a document, the properties of the related paragraphs specify the list level and the location of the paragraph within the list. The structure of a list is described in a separate object array.

| Property                                                                                                                         | Data type    | Description                                             |
| -------------------------------------------------------------------------------------------------------------------------------- | ------------ | ------------------------------------------------------- |
| [paragraphs](/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/paragraphs-array-elements) | object array | An array of document paragraphs, ordered in read order. |
| [lists](/fine-reader/engine/specifications/export-formats/json-schema-description/content-object/lists-array-elements)           | object array | An array of all lists detected in a document.           |
