@unito/integration-sdk
Version:
Integration SDK
60 lines (59 loc) • 1.31 kB
JSON
{
"type": "root",
"children": [
{
"type": "listOrdered",
"children": [
{
"type": "listItem",
"children": [
{
"type": "break",
"children": []
},
{
"type": "text",
"value": " this is a list item"
},
{
"type": "break",
"children": []
},
{
"type": "text",
"value": " "
},
{
"type": "listOrdered",
"children": [
{
"type": "listItem",
"children": [
{
"type": "text",
"value": "this is a list item"
}
]
}
]
},
{
"type": "listOrdered",
"children": [
{
"type": "listItem",
"children": [
{
"type": "text",
"value": "another list item!!!"
}
]
}
]
}
]
}
]
}
]
}