No description available.
Properties
content
array
of refblog.pckt.block.listItem
Required
Array of list items
start
integer
Optional
Starting number for the ordered list (default: 1)
minimum: 1View raw schema
{
"type": "object",
"required": [
"content"
],
"properties": {
"start": {
"type": "integer",
"minimum": 1,
"description": "Starting number for the ordered list (default: 1)"
},
"content": {
"type": "array",
"items": {
"ref": "blog.pckt.block.listItem",
"type": "ref"
},
"description": "Array of list items"
}
}
}