No description available.
Properties
children
array
of ref#listItem
Required
List items
start
integer
Optional
Starting number for the list
View raw schema
{
"type": "object",
"required": [
"children"
],
"properties": {
"start": {
"type": "integer",
"default": 1,
"description": "Starting number for the list"
},
"children": {
"type": "array",
"items": {
"ref": "#listItem",
"type": "ref"
},
"required": true,
"description": "List items"
}
}
}