data: update 17/06/2026 19:07 ENGxCRO 4x2

This commit is contained in:
Lucas Kalil 2026-06-17 19:08:06 -03:00
parent f349df0057
commit 18004fb970
2 changed files with 9 additions and 4 deletions

View file

@ -15,7 +15,7 @@ import { initStats } from './stats.js';
let data = null; let data = null;
const DATA_VERSION = '2026-06-17-rev1'; const DATA_VERSION = '2026-06-17-rev2';
// Optional data layers for the post-tournament stats screen (players, awards, // Optional data layers for the post-tournament stats screen (players, awards,
// editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so // editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so

View file

@ -232,9 +232,14 @@
}, },
{ {
"matchId": 22, "matchId": 22,
"homeScore": null, "homeScore": 4,
"awayScore": null, "awayScore": 2,
"status": "scheduled" "status": "finished",
"stats": {
"possession": { "home": 52, "away": 48 },
"shots": { "home": 22, "away": 10 },
"cards": { "home": 0, "away": 0 }
}
}, },
{ {
"matchId": 23, "matchId": 23,