23 lines
531 B
JSON
23 lines
531 B
JSON
{
|
|
"type": "AdaptiveCard",
|
|
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
|
|
"version": "1.5",
|
|
"body": [
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "{card_icon} {card_title}",
|
|
"wrap": true,
|
|
"style": "heading",
|
|
"size": "ExtraLarge"
|
|
},
|
|
{
|
|
"type": "TextBlock",
|
|
"text": "{card_description}",
|
|
"wrap": true
|
|
},
|
|
{
|
|
"type": "FactSet",
|
|
"facts": []
|
|
}
|
|
]
|
|
} |