data: update 17/06/2026 17:02 AUSxJOR 3x1 & PORxCON 1x1

This commit is contained in:
Lucas Kalil 2026-06-17 17:03:18 -03:00
parent d3edfce2f2
commit 592f14504e
2 changed files with 17 additions and 7 deletions

View file

@ -15,7 +15,7 @@ import { initStats } from './stats.js';
let data = null;
const DATA_VERSION = '2026-06-16-rev4';
const DATA_VERSION = '2026-06-17-rev1';
// 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

View file

@ -210,15 +210,25 @@
},
{
"matchId": 20,
"homeScore": null,
"awayScore": null,
"status": "scheduled"
"homeScore": 3,
"awayScore": 1,
"status": "finished",
"stats": {
"possession": { "home": 63, "away": 37 },
"shots": { "home": 11, "away": 11 },
"cards": { "home": 1, "away": 0 }
}
},
{
"matchId": 21,
"homeScore": null,
"awayScore": null,
"status": "scheduled"
"homeScore": 1,
"awayScore": 1,
"status": "finished",
"stats": {
"possession": { "home": 75, "away": 25 },
"shots": { "home": 7, "away": 8 },
"cards": { "home": 3, "away": 1 }
}
},
{
"matchId": 22,