-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtournaments.json
More file actions
33 lines (33 loc) · 819 Bytes
/
Copy pathtournaments.json
File metadata and controls
33 lines (33 loc) · 819 Bytes
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
{
"tounraments": {
"tournamentList": [
{
"tournament": {
"title": "FIFA20",
"organizer": "EA Sports",
"shortDescription": "<p>Online 1v1 Fifa 20 tournament</p>",
"category": "PC"
},
"teams": 32,
"prizepool": "1,00,000 Rs"
}, {
"tournament": {
"title": "PMIS 2020",
"organizer": "Tencent Games",
"shortDescription": "<p>Battle against the best teams in India. Register now for Pubg Mobile India Series 2020.</p>",
"category": "Mobile"
},
"teams": 320,
"prizepool": "1,00,000 Rs"
}, {
"tournament": {
"title": "Call of Duty",
"organizer": "Activision",
"shortDescription": "<p>Grab your teammates, battle it out.</p>",
"category": "PC"
},
"teams": 16,
"prizepool": "50,000 Rs"
}]
}
}