test.json
1.28 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"type": "flex",
"altText": "GenContentFlex!0",
"contents": {
"type": "bubble",
"body": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "text",
"text": "Arm Chair, White",
"weight": "bold",
"size": "xl",
"wrap": true,
"contents": []
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "$49",
"weight": "bold",
"size": "xl",
"flex": 0,
"wrap": true,
"contents": []
},
{
"type": "text",
"text": ".99",
"weight": "bold",
"size": "sm",
"flex": 0,
"wrap": true,
"contents": []
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"action": {
"type": "uri",
"label": "Add to Cart",
"uri": "https://linecorp.com"
},
"style": "primary"
}
]
}
}
}