-
Notifications
You must be signed in to change notification settings - Fork 3
/
sets.json
89 lines (89 loc) · 1.22 KB
/
sets.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
[{
"title": "Sunday Morning, Jan. 12",
"songs": [{
"_id": "i"
}, {
"_id": "f"
}, {
"_id": "o"
}, {
"_id": "b"
}, {
"_id": "e"
}, {
"_id": "d"
}],
"_id": "a",
"_acl": {
"creator": "demo@songpane.com"
},
"_kmd": {
"lmt": "2013-01-10T21:54:42.600Z"
}
}, {
"title": "March Concert",
"songs": [{
"_id": "a"
}, {
"_id": "c"
}, {
"_id": "o"
}, {
"_id": "n"
}, {
"_id": "g"
}, {
"_id": "h"
}, {
"_id": "j"
}, {
"_id": "m"
}],
"_id": "b",
"_acl": {
"creator": "demo@songpane.com",
"r": ["sorin@iclanzan.com"]
},
"_kmd": {
"lmt": "2013-01-09T15:20:49.201Z"
}
}, {
"title": "Open Café",
"songs": [{
"_id": "d",
"key": "A"
}, {
"_id": "b"
}, {
"_id": "m"
}, {
"_id": "e"
}],
"_id": "c",
"_acl": {
"creator": "demo@songpane.com"
},
"_kmd": {
"lmt": "2013-01-10T14:15:25.514Z"
}
}, {
"title": "Practice session on Saturday",
"songs": [{
"_id": "l"
}, {
"_id": "k"
}, {
"_id": "e"
}, {
"_id": "a"
}, {
"_id": "f"
}],
"_id": "d",
"_acl": {
"creator": "demo@songpane.com"
},
"_kmd": {
"lmt": "2013-01-12T15:45:54.013Z"
}
}]