@unito/integration-sdk
Version:
Integration SDK
61 lines (60 loc) • 1.08 kB
JSON
{
"type": "root",
"children": [
{
"type": "listUnordered",
"children": [
{
"type": "listItem",
"children": [
{
"type": "text",
"value": "bullet point"
}
]
},
{
"type": "listItem",
"children": [
{
"type": "text",
"value": "bullet point"
}
]
},
{
"type": "listItem",
"children": [
{
"type": "text",
"value": "bullet point"
}
]
}
]
},
{
"type": "listOrdered",
"children": [
{
"type": "listItem",
"children": [
{
"type": "text",
"value": "item 1"
}
]
},
{
"type": "listItem",
"children": [
{
"type": "text",
"value": "item 2"
}
]
}
]
}
]
}