-
Notifications
You must be signed in to change notification settings - Fork 4
/
default-tournament.json
57 lines (57 loc) · 1.57 KB
/
default-tournament.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
{
"teams": [
{
"id": "2abb8a92-3979-4523-84af-2d2e2b4b45b5",
"name": "Team Solo Mid",
"tricode": "TSM",
"logo_big": "",
"logo_small": ""
},
{
"id": "bf3dff60-fd65-4f10-a521-bb18af4c45f7",
"name": "Counter-Logic Gaming",
"tricode": "CLG",
"logo_big": "",
"logo_small": ""
},
{
"id": "fd8bda90-dd67-4310-afcc-7cdc2755523d",
"name": "Pentanet.GG",
"tricode": "PGG",
"logo_big": "",
"logo_small": ""
}
],
"matches": [
{
"id": "545f718d-5d21-47ce-9091-40d68320e7f5",
"teams": [
"2abb8a92-3979-4523-84af-2d2e2b4b45b5",
"bf3dff60-fd65-4f10-a521-bb18af4c45f7"
],
"best_of": 3
},
{
"id": "4b21713d-1622-4a02-b3fd-42793e59d4ad",
"teams": [
"bf3dff60-fd65-4f10-a521-bb18af4c45f7",
"fd8bda90-dd67-4310-afcc-7cdc2755523d"
],
"best_of": 3
},
{
"id": "45cad53c-bcb1-4d2b-aa63-9b1a92814dbb",
"teams": [
"fd8bda90-dd67-4310-afcc-7cdc2755523d",
"2abb8a92-3979-4523-84af-2d2e2b4b45b5"
],
"best_of": 3
}
],
"schedule": [
"545f718d-5d21-47ce-9091-40d68320e7f5",
"4b21713d-1622-4a02-b3fd-42793e59d4ad",
"45cad53c-bcb1-4d2b-aa63-9b1a92814dbb"
],
"pts_config": {}
}