Created
October 26, 2025 14:45
-
-
Save vman/447225f8be73b4567e0912e576160623 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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