fix(v2-ingestion): harden LBA/BCL snapshot contract for public data
This commit is contained in:
25
tests/fixtures/bcl/bcl_players_stats_partial_public.json
vendored
Normal file
25
tests/fixtures/bcl/bcl_players_stats_partial_public.json
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"data": [
|
||||
{
|
||||
"player": {
|
||||
"id": "bcl-player-99",
|
||||
"name": "Alex Novak"
|
||||
},
|
||||
"team": {
|
||||
"id": "bcl-team-tenerife",
|
||||
"name": "Lenovo Tenerife"
|
||||
},
|
||||
"gp": 10,
|
||||
"mpg": 27.2,
|
||||
"ppg": 14.8,
|
||||
"rpg": 4.1,
|
||||
"apg": 3.3,
|
||||
"spg": 1.2,
|
||||
"bpg": 0.4,
|
||||
"tov": 2.0,
|
||||
"fg_pct": 47.3,
|
||||
"three_pct": 38.0,
|
||||
"ft_pct": 79.1
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user