forked from sitcon-tw/SITCON2022-CCIP-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenario-attendee.json
65 lines (65 loc) · 1.42 KB
/
scenario-attendee.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"checkin": {
"order": 0,
"display_text": {
"en-US": "Check-in",
"zh-TW": "報到"
},
"available_time": "2022/09/04 7:30 +0800",
"expire_time": "2022/09/04 16:00 +0800",
"countdown": 0,
"related_scenario": [
{
"id": "kit",
"staff_query_used": true,
"unlock": true
},
{
"id": "lunch",
"disable_time": "2022/09/04 9:30 +0800",
"disable_message": "太晚報到囉 owo",
"staff_query_disable_message": "請出示您的餐券以領取午餐",
"unlock": true
}
],
"deliver_puzzle": 2
},
"kit": {
"order": 1,
"display_text": {
"en-US": "Welcome Kit",
"zh-TW": "迎賓袋"
},
"available_time": "2022/09/04 8:25 +0800",
"expire_time": "2022/09/04 16:00 +0800",
"countdown": 45,
"lock_message": "你還沒點報到鈕!",
"attr": [
{
"row_name": "type",
"attr_name": "type"
}
]
},
"lunch": {
"order": 2,
"display_text": {
"en-US": "Lunch",
"zh-TW": "領取午餐"
},
"available_time": "2022/09/04 11:00 +0800",
"expire_time": "2022/09/04 13:00 +0800",
"countdown": 45,
"lock_message": "你還沒點報到鈕!",
"attr": [
{
"row_name": "飲食",
"attr_name": "diet",
"value": {
"素": "vegetarian",
"葷": "meat"
}
}
]
}
}