-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprogram.json
41 lines (41 loc) · 917 Bytes
/
program.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
{
"week1": [{
"weekday": "MONDAY",
"title": "The Health Program",
"completed": true
}, {
"weekday": "WEDNESDAY",
"title": "Introduction to the Program",
"completed": true
}, {
"weekday": "FRIDAY",
"title": "The Science Behind Mindfulness",
"completed": true
}],
"week2": [{
"weekday": "MONDAY",
"title": "Mind on Autopilot",
"completed": true
}, {
"weekday": "WEDNESDAY",
"title": "Mindful Presence",
"completed": false
}, {
"weekday": "FRIDAY",
"title": "Consequences of Autopilot",
"completed": false
}],
"week3": [{
"weekday": "MONDAY",
"title": "The Negativity Spiral",
"completed": false
}, {
"weekday": "WEDNESDAY",
"title": "Spiral of Negative Interpretations",
"completed": false
}, {
"weekday": "FRIDAY",
"title": "Interrupting the Negativity Spiral",
"completed": false
}]
}