diff --git a/data/results.json b/data/results.json index 022eb0d..d5a864d 100644 --- a/data/results.json +++ b/data/results.json @@ -309,15 +309,25 @@ }, { "matchId": 29, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 2, + "awayScore": 0, + "status": "finished", + "stats": { + "possession": { "home": 62, "away": 38 }, + "shots": { "home": 10, "away": 5 }, + "cards": { "home": 3, "away": 4 } + } }, { "matchId": 30, - "homeScore": null, - "awayScore": null, - "status": "scheduled" + "homeScore": 0, + "awayScore": 1, + "status": "finished", + "stats": { + "possession": { "home": 41, "away": 59 }, + "shots": { "home": 6, "away": 12 }, + "cards": { "home": 2, "away": 1 } + } }, { "matchId": 31,