-
Notifications
You must be signed in to change notification settings - Fork 1
/
scenario-attendee.json
54 lines (54 loc) · 1.15 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
{
"day1checkin": {
"order": 0,
"display_text": {
"en-US": "Check-in",
"zh-TW": "報到"
},
"available_time": "2019/08/23 08:20 +0800",
"expire_time": "2019/08/24 15:00 +0800",
"countdown": 0,
"deliver_puzzle": 2,
"attr": [
{
"row_name": "shirt_size",
"attr_name": "shirt_size"
},
{
"row_name": "taiwan",
"attr_name": "taiwan"
},
{
"row_name": "backpack",
"attr_name": "backpack"
},
{
"row_name": "circle",
"attr_name": "circle"
},
{
"row_name": "diet",
"attr_name": "diet",
"value": {
"素": "vegetarian",
"葷": "meat"
}
}
]
},
"vip_party": {
"order": 1,
"display_text": {
"en-US": "VIP Party",
"zh-TW": "晚宴"
},
"available_time": "2019/08/23 17:00 +0800",
"expire_time": "2019/08/23 22:00 +0800",
"countdown": 30,
"not_lock_rule": {
"row_name": "party",
"value_match": "Y",
"not_match_disable_message": "VIP Only"
}
}
}