-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
60 lines (60 loc) · 1.26 KB
/
db.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
{
"users": [
{
"id": 1,
"meal": {
"validity": "2019.07.01 12:00-17:00",
"token": "sometokentobeshownonQR"
},
"notifications": [
{
"id": 0,
"timestamp": "1551953577",
"title": "cím",
"text": "szöveg",
"sender": "feladó",
"url": "http://link.com"
},
{
"id": 1,
"timestamp": "1551952577",
"title": "cím2",
"text": "szöveg2",
"sender": "feladó2",
"url": "http://link.com2"
}
],
"assigments":{}
},
{
"id": 2,
"meal": {
"validity": "2019.07.01 12:00-17:00",
"token": "sometokentobeshownonQR"
},
"notifications": [
{
"id": 0,
"timestamp": "1551953577",
"title": "cím",
"text": "szöveg",
"sender": "feladó",
"url": "http://link.com"
},
{
"id": 1,
"timestamp": "1551952577",
"title": "cím2",
"text": "szöveg2",
"sender": "feladó2",
"url": "http://link.com2"
}
],
"assigments":{}
}
],
"push-tokens": [],
"questionaire": {
"url": "http://whatsup.com"
}
}