Document Structure
Introduction
The document structure such as the children for each chunk.
Format
The document structure is a dictionary where the keys are the chunk IDs and the values contains the children of the chunk.
Key | Type | Description |
---|---|---|
children | Number[] | The children of the chunk. |
Example
{ "0": { "children": [] }, "1": { "children": [2] }, "10": { "children": [] }, "11": { "children": [12, 13, 14, 15, 16] }, "12": { "children": [] }, "13": { "children": [] }, "14": { "children": [] }, "15": { "children": [] }, "16": { "children": [] }, "17": { "children": [] }, "18": { "children": [19] }, "19": { "children": [20, 26, 27] }, "2": { "children": [] }, "20": { "children": [21, 22, 23, 24, 25] }, "21": { "children": [] }, "22": { "children": [] }, "23": { "children": [] }, "24": { "children": [] }, "25": { "children": [] }, "26": { "children": [] }, "27": { "children": [] }, "3": { "children": [4] }, "4": { "children": [] }, "5": { "children": [] }, "6": { "children": [7] }, "7": { "children": [8, 9, 11, 17, 18] }, "8": { "children": [] }, "9": { "children": [10] } }