@unito/integration-sdk
Version:
Integration SDK
34 lines (33 loc) • 747 B
JSON
{
"type": "root",
"children": [
{
"type": "table",
"children": [
{
"type": "tableRow",
"children": [
{
"type": "tableCell",
"children": [
{
"type": "listUnordered",
"children": [
{
"type": "listItem",
"children": [{ "type": "text", "value": "alpha" }]
},
{
"type": "listItem",
"children": [{ "type": "text", "value": "beta" }]
}
]
}
]
}
]
}
]
}
]
}