-
Notifications
You must be signed in to change notification settings - Fork 3
/
activities.json
95 lines (95 loc) · 2.49 KB
/
activities.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[{
"_id": {
"$oid": "<objectId>"
},
"username": "<string>",
"title": "<string>",
"imgUrl": "<string>",
"dates": {
"start": "<datetime>",
"end": "<datetime>",
"ongoing": "<boolean>"
},
"days": {
"mon": "<boolean>",
"tue": "<boolean>",
"wed": "<boolean>",
"thu": "<boolean>",
"fri": "<boolean>",
"sat": "<boolean>",
"sun": "<boolean>"
},
"times": {
"monStart": "<boolean>",
"monEnd": "<boolean>",
"tueStart": "<boolean>",
"tueEnd": "<boolean>",
"wedStart": "<boolean>",
"wedEnd": "<boolean>",
"thuStart": "<boolean>",
"thuEnd": "<boolean>",
"friStart": "<boolean>",
"friEnd": "<boolean>",
"satStart": "<boolean>",
"satEnd": "<boolean>",
"sunStart": "<boolean>",
"sunEnd": "<boolean>"
},
"categories": {
"sports": "<boolean>",
"swimming": "<boolean>",
"creative": "<boolean>",
"scienceTech": "<boolean>",
"cultureMusic": "<boolean>",
"dramaDance": "<boolean>",
"yogaMindfulness": "<boolean>",
"museumsExhibitions": "<boolean>",
"parksPlaygrounds": "<boolean>",
"playgroups": "<boolean>",
"nature": "<boolean>",
"animals": "<boolean>",
"clubs": "<boolean>",
"parties": "<boolean>"
},
"address": {
"addressLine1": "<string>",
"postcode": "<string>",
"town": "<string>"
},
"ageRange": {
"under4": "<boolean>",
"age4to6": "<boolean>",
"age6to8": "<boolean>",
"age8to10": "<boolean>",
"age10to12": "<boolean>",
"age12up": "<boolean>"
},
"indoor": "<boolean>",
"outdoor": "<boolean>",
"contact": {
"phone": "<string>",
"url": "<string>",
"email": "<string>",
"facebook": "<string>",
"twitter": "<string>",
"instagram": "<string>"
},
"description": "<string>",
"published": "<string>",
"shortDescription": "<string>",
"recommended": "<boolean>",
"otherDetails": {
"free": "<boolean>",
"bringFood": "<boolean>",
"catering": "<boolean>",
"goodWeather": "<boolean>",
"badWeather": "<boolean>",
"groups": "<boolean>"
},
"holidays": {
"spring": "<boolean>",
"summer": "<boolean>",
"autumn": "<boolean>",
"christmas": "<boolean>"
}
}]