-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest.json
40 lines (40 loc) · 964 Bytes
/
test.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
{
"members": {
"1": {
"name": "Evan Sherwood",
"email": "[email protected]"
}
},
"meetings": {
"fdda765f-fc57-5604-a269-52a7df8164ec": {
"inspirationLeader": {
"videoURL": "https://youtube.com/...",
"imageURL": ""
},
"attendees": {
"1": {
"updates": [
"Worked on thing 1",
"Thought about working on thing 2",
"Blocked by all the thinking I'm doing"
],
"startedAt": "2012-04-23T18:25:43.511Z",
"endedAt": "2012-04-23T18:25:43.511Z"
}
},
"announcements": [
"Some announcement text goes here",
"And another announcement was added here"
],
"connects": [
{
"thisAttendee": 1,
"wantsToConnectWith": [4],
"about": ""
}
],
"startedAt": "2012-04-23T18:25:43.511Z",
"endedAt": "2012-04-23T18:25:43.511Z"
}
}
}