@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
23 lines (22 loc) • 373 B
JSON
{
"type": "AdaptiveCard",
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "1"
}
]
},
{
"type": "Container",
"items": {
"$tymlyRef": "otherContent:*"
}
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0"
}