-
Notifications
You must be signed in to change notification settings - Fork 0
/
card copy.json
41 lines (41 loc) · 1.39 KB
/
card copy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"type": "AdaptiveCard",
"body": [
{
"type": "ColumnSet",
"columns": [
{
"type": "Column",
"items": [
{
"type": "Image",
"style": "Person",
"url": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse2.mm.bing.net%2Fth%3Fid%3DOIP.Jlwvc7IZQj1piyK1D21i4QHaHa%26pid%3DApi&f=1",
"size": "Medium",
"height": "50px"
}
]
},
{
"type": "Column",
"items": [
{
"type": "Image",
"style": "Person",
"url": "https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Ftse3.mm.bing.net%2Fth%3Fid%3DOIP.trwuK_VVhDsTlDe3ErbkpwHaHa%26pid%3DApi&f=1",
"size": "Medium",
"height": "50px"
}
]
}
]
},
{
"type": "TextBlock",
"text": "1REPLACEME1",
"wrap": true
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.2"
}