Skip to content

Instantly share code, notes, and snippets.

@vman
Created October 26, 2025 14:45
Show Gist options
  • Save vman/447225f8be73b4567e0912e576160623 to your computer and use it in GitHub Desktop.
Save vman/447225f8be73b4567e0912e576160623 to your computer and use it in GitHub Desktop.
{
"type": "AdaptiveCard",
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.5",
"body": [
{ "type": "TextBlock", "text": "${title}", "size": "Medium", "weight": "Bolder" },
{ "type": "FactSet", "facts": [
{ "title": "Admin Area", "value": "${admin1}" },
{ "title": "Latitude", "value": "${latitude}" },
{ "title": "Longitude", "value": "${longitude}" }
]}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment