-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
106 lines (106 loc) · 3.84 KB
/
db.json
File metadata and controls
106 lines (106 loc) · 3.84 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"users": [
{
"id": "5de8d93d4bb3c73176a82b1b",
"firstName": "Marc",
"lastName": "Bischof",
"fullName": "Marc Bischof",
"email": "[email protected]",
"pictureUrl": "https://lh3.googleusercontent.com/a-/AAuE7mCqPGM2cKOfHo-_L7i3FWWY-wkxJeWxyBMls35waIY",
"importedAt": "2019-12-05T10:17:33.852+0000"
},
{
"id": "5de8f60d889b9a1ba26f290e",
"firstName": "Luca",
"lastName": "Hostettler",
"fullName": "Luca Hostettler",
"email": "[email protected]",
"pictureUrl": "https://lh3.googleusercontent.com/a-/AAuE7mC_SkfzymGbbaX9pGXHQTQKUpoloyzfOJ28GvM53yQ",
"importedAt": "2019-12-05T12:20:29.301+0000"
}
],
"me": {
"id": "5de8d93d4bb3c73176a82b1b",
"firstName": "Marc",
"lastName": "Bischof",
"fullName": "Marc Bischof",
"email": "[email protected]",
"pictureUrl": "https://lh3.googleusercontent.com/a-/AAuE7mCqPGM2cKOfHo-_L7i3FWWY-wkxJeWxyBMls35waIY",
"importedAt": "2019-12-05T10:17:33.852+0000"
},
"beer": { "name": "biergit" },
"expenses": [
{
"transactions": [
{
"userFrom": {
"id": "5de8d655d677d8165155a68c",
"firstName": "Tester",
"lastName": "Group1",
"fullName": "Tester Group1",
"email": "[email protected]",
"pictureUrl": "https://secure.gravatar.com/avatar/d1a4927d65d5228d8f3c5d11cc040afe?s=200&d=identicon",
"importedAt": "2019-12-05T10:05:09.675+0000"
},
"userTo": {
"id": "5de8d655d677d8165155a68d",
"firstName": "Heriberto",
"lastName": "Gutmann",
"fullName": "Heriberto Gutmann",
"email": "[email protected]",
"pictureUrl": "https://secure.gravatar.com/avatar/d1a4927d65d5228d8f3c5d11cc040afe?s=200&d=identicon",
"importedAt": "2019-12-05T10:05:09.691+0000"
},
"transactionDate": "2019-12-05T10:05:09.693+0000",
"amount": 1
},
{
"userFrom": {
"id": "5de8d655d677d8165155a68d",
"firstName": "Heriberto",
"lastName": "Gutmann",
"fullName": "Heriberto Gutmann",
"email": "[email protected]",
"pictureUrl": "https://secure.gravatar.com/avatar/d1a4927d65d5228d8f3c5d11cc040afe?s=200&d=identicon",
"importedAt": "2019-12-05T10:05:09.691+0000"
},
"userTo": {
"id": "5de8d655d677d8165155a68c",
"firstName": "Tester",
"lastName": "Group1",
"fullName": "Tester Group1",
"email": "[email protected]",
"pictureUrl": "https://secure.gravatar.com/avatar/d1a4927d65d5228d8f3c5d11cc040afe?s=200&d=identicon",
"importedAt": "2019-12-05T10:05:09.675+0000"
},
"transactionDate": "2019-12-05T10:05:09.693+0000",
"amount": 2
}
],
"id": "5de8d655d677d8165155a68e",
"attendeeOne": {
"id": "5de8d655d677d8165155a68c",
"firstName": "Tester",
"lastName": "Group1",
"fullName": "Tester Group1",
"email": "[email protected]",
"pictureUrl": "https://secure.gravatar.com/avatar/d1a4927d65d5228d8f3c5d11cc040afe?s=200&d=identicon",
"importedAt": "2019-12-05T10:05:09.675+0000"
},
"attendeeTwo": {
"id": "5de8d655d677d8165155a68d",
"firstName": "Heriberto",
"lastName": "Gutmann",
"fullName": "Heriberto Gutmann",
"email": "[email protected]",
"pictureUrl": "https://secure.gravatar.com/avatar/d1a4927d65d5228d8f3c5d11cc040afe?s=200&d=identicon",
"importedAt": "2019-12-05T10:05:09.691+0000"
},
"userFromDiff": null,
"context": {
"type": "direct",
"reference": "5de8d655d677d8165155a68c_5de8d655d677d8165155a68d"
}
}
]
}