diff --git a/data/results.json b/data/results.json index c108256..e87294f 100644 --- a/data/results.json +++ b/data/results.json @@ -452,15 +452,25 @@ }, { "matchId": 42, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 3, + "awayScore": 0, + "status": "finished", + "stats": { + "possession": { "home": 56, "away": 44 }, + "shots": { "home": 19, "away": 4 }, + "cards": { "home": 0, "away": 1 } + } }, { "matchId": 43, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 3, + "awayScore": 2, + "status": "finished", + "stats": { + "possession": { "home": 42, "away": 58 }, + "shots": { "home": 13, "away": 16 }, + "cards": { "home": 0, "away": 0 } + } }, { "matchId": 44,