File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -3263,9 +3263,22 @@ components:
32633263 examples :
32643264 - seg:42
32653265 - type : ' null'
3266- description : The unique identifier of the 'parent' segment immediately containing
3267- this segment or `null` if the segment has no parent (i.e., it is a root-level
3268- segment).
3266+ description : ' The unique identifier of the '' parent'' segment immediately
3267+ containing this segment or `null` if the segment has no parent (i.e.,
3268+ it is a root-level segment).
3269+
3270+
3271+ A segment with the `container` kind can be the parent of segments of any
3272+ kind, including other `container`s.
3273+
3274+
3275+ A segment with the `unit` kind can only be the parent of `item`s and `figure`s.
3276+
3277+
3278+ A segment with the `item` kind can only be the parent of other `item`s.
3279+
3280+
3281+ A segment with the `figure` kind cannot be the parent of any segments.'
32693282 examples :
32703283 - seg:0
32713284 children :
You can’t perform that action at this time.
0 commit comments