No description available.
Properties
children
array
of ref#listItem
Required
No description available.
startIndex
integer
Optional
The starting number for this ordered list. Defaults to 1 if not specified.
View raw schema
{
"type": "object",
"required": [
"children"
],
"properties": {
"children": {
"type": "array",
"items": {
"ref": "#listItem",
"type": "ref"
}
},
"startIndex": {
"type": "integer",
"description": "The starting number for this ordered list. Defaults to 1 if not specified."
}
}
}