@unito/integration-sdk
Version:
Integration SDK
39 lines (38 loc) • 877 B
JSON
{
"type": "root",
"children": [
{
"type": "table",
"children": [
{
"type": "tableRow",
"children": [
{
"type": "tableCell",
"data": { "header": true },
"children": [{ "type": "text", "value": "Name" }]
},
{
"type": "tableCell",
"data": { "header": true },
"children": [{ "type": "text", "value": "Status" }]
}
]
},
{
"type": "tableRow",
"children": [
{
"type": "tableCell",
"children": [{ "type": "text", "value": "Alice" }]
},
{
"type": "tableCell",
"children": [{ "type": "text", "value": "Active" }]
}
]
}
]
}
]
}