-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatabase-example.json
30 lines (30 loc) · 990 Bytes
/
database-example.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
{
"links" : {
"00" : {
"context" : "Best burritos in Boston",
"image" : "https://cdn.vox-cdn.com/thumbor/crtwsnU1y2X2XmNYrUNzJoamGnY=/0x51:700x417/fit-in/1200x630/cdn.vox-cdn.com/uploads/chorus_asset/file/9782313/Burrito_Beef_1.jpg",
"sharedBy" : "nblaker",
"sharedTo" : "jblaker",
"title" : "Where to Eat Burritos in and Around Boston",
"unread" : false,
"url" : "https://boston.eater.com/maps/best-burritos-boston"
},
"01" : {
"context" : "A podcast you might like - comedians defend bad bands",
"image" : "https://assets.podomatic.net/ts/53/5a/a7/tomathakkar/pro/200x200_12053959.jpg",
"sharedBy" : "nblaker",
"sharedTo" : "jblaker",
"title" : "Stand By Your Band",
"unread" : true,
"url" : "https://standbyyourband.podomatic.com/"
}
},
"users" : {
"0123456789ABCDEFG" : {
"username" : "jblaker"
},
"ABCDEFG987654321" : {
"username" : "nblaker"
}
}
}