Skip to content

Instantly share code, notes, and snippets.

@tegomass
Created July 11, 2024 19:58
Show Gist options
  • Save tegomass/b843f2113d46fc86c02cf6021a368334 to your computer and use it in GitHub Desktop.
Save tegomass/b843f2113d46fc86c02cf6021a368334 to your computer and use it in GitHub Desktop.
{
"type": "AdaptiveCard",
"body": [
{
"type": "TextBlock",
"size": "medium",
"weight": "bolder",
"text": "${title}",
"style": "heading",
"wrap": true
},
{
"type": "FactSet",
"facts": [
{
"$data": "${properties}",
"title": "${key}:",
"value": "${value}"
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment