-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb-example.json
More file actions
57 lines (57 loc) · 1.52 KB
/
Copy pathdb-example.json
File metadata and controls
57 lines (57 loc) · 1.52 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
{
"match": {
"f9c0fcf2-2e7f-48c3-822f-c45f32072abe": {
"date": "2021-06-01T03:08:15.037Z",
"id": "f9c0fcf2-2e7f-48c3-822f-c45f32072abe",
"loser_new_elo": 1185,
"losing_player_id": "f0e6e38f-2914-490b-a595-a4567d3266d8",
"losing_player_original_elo": 1192,
"losing_player_score": 8,
"winner_new_elo": 1209,
"winning_player_id": "f0e6e38f-2914-490b-a595-a4567d3266d7",
"winning_player_original_elo": 1202,
"winning_player_score": 11,
"happy_hour": false
}
},
"player": {
"f0e6e38f-2914-490b-a595-a4567d3266d8": {
"elo": 1185,
"icon": "github alternate",
"id": "f0e6e38f-2914-490b-a595-a4567d3266d8",
"name": "test"
},
"f0e6e38f-2914-490b-a595-a4567d3266d7": {
"elo": 1209,
"icon": "blind",
"id": "f0e6e38f-2914-490b-a595-a4567d3266d7",
"name": "test 2"
}
},
"happyhour": {
"25-06-2021": {
"date": "25-06-2021",
"hourStart": 12,
"multiplier": 4
}
},
"chat": {
"25-06-2021": {
"date": "25-06-2021",
"messages": {}
}
},
"badge": {
"3585e845-6851-4f7b-b5c2-8c22bd19e7b8": {
"date": "2021-06-27T13:49:47.287Z",
"icon": "tint",
"id": "3585e845-6851-4f7b-b5c2-8c22bd19e7b8",
"involved_player": "a78cfbf1-725f-44cb-a5b2-958801c1598f",
"key": "fatality",
"player_id": "685acf3f-4736-48e2-8184-a7f94381b8bc",
"text": "Win a game without losing a single point",
"title": "FATALITY!"
}
},
"doubles_pair": ""
}