Add canonical ID pipeline and fix UUID consistency for CloudKit sync

- Add local canonicalization pipeline (stadiums, teams, games) that generates
  deterministic canonical IDs before CloudKit upload
- Fix CanonicalSyncService to use deterministic UUIDs from canonical IDs
  instead of random UUIDs from CloudKit records
- Add SyncStadium/SyncTeam/SyncGame types to CloudKitService that preserve
  canonical ID relationships during sync
- Add canonical ID field keys to CKModels for reading from CloudKit records
- Bundle canonical JSON files (stadiums_canonical, teams_canonical,
  games_canonical, stadium_aliases) for consistent bootstrap data
- Update BootstrapService to prefer canonical format files over legacy format

This ensures all entities use consistent deterministic UUIDs derived from
their canonical IDs, preventing duplicate records when syncing CloudKit
data with bootstrapped local data.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Trey t
2026-01-09 10:30:09 -06:00
parent 1ee47df53e
commit 7efcea7bd4
31 changed files with 128868 additions and 282 deletions

View File

@@ -0,0 +1,13 @@
{
"is_valid": true,
"error_count": 0,
"warning_count": 0,
"summary": {
"stadiums": 92,
"teams": 92,
"games": 4972,
"aliases": 130,
"by_category": {}
},
"errors": []
}

View File

@@ -554,7 +554,6 @@ nba_202526_lal_sas_0107,NBA,2025-26,2026-01-07,9:30p,San Antonio Spurs,Los Angel
nba_202526_mil_gsw_0107,NBA,2025-26,2026-01-07,10:00p,Golden State Warriors,Milwaukee Bucks,GSW,MIL,Chase Center,basketball-reference.com,False,
nba_202526_hou_por_0107,NBA,2025-26,2026-01-07,10:00p,Portland Trail Blazers,Houston Rockets,POR,HOU,Moda Center,basketball-reference.com,False,
nba_202526_ind_cho_0108,NBA,2025-26,2026-01-08,7:00p,Charlotte Hornets,Indiana Pacers,CHO,IND,Spectrum Center,basketball-reference.com,False,
nba_202526_mia_chi_0108,NBA,2025-26,2026-01-08,8:00p,Chicago Bulls,Miami Heat,CHI,MIA,United Center,basketball-reference.com,False,
nba_202526_cle_min_0108,NBA,2025-26,2026-01-08,8:00p,Minnesota Timberwolves,Cleveland Cavaliers,MIN,CLE,Target Center,basketball-reference.com,False,
nba_202526_dal_uta_0108,NBA,2025-26,2026-01-08,9:00p,Utah Jazz,Dallas Mavericks,UTA,DAL,Delta Center,basketball-reference.com,False,
nba_202526_tor_bos_0109,NBA,2025-26,2026-01-09,7:00p,Boston Celtics,Toronto Raptors,BOS,TOR,TD Garden,basketball-reference.com,False,
@@ -612,9 +611,9 @@ nba_202526_uta_dal_0115,NBA,2025-26,2026-01-15,8:30p,Dallas Mavericks,Utah Jazz,
nba_202526_nyk_gsw_0115,NBA,2025-26,2026-01-15,10:00p,Golden State Warriors,New York Knicks,GSW,NYK,Chase Center,basketball-reference.com,False,
nba_202526_atl_por_0115,NBA,2025-26,2026-01-15,10:00p,Portland Trail Blazers,Atlanta Hawks,POR,ATL,Moda Center,basketball-reference.com,False,
nba_202526_cho_lal_0115,NBA,2025-26,2026-01-15,10:30p,Los Angeles Lakers,Charlotte Hornets,LAL,CHO,Crypto.com Arena,basketball-reference.com,False,
nba_202526_chi_brk_0116,NBA,2025-26,2026-01-16,7:00p,Brooklyn Nets,Chicago Bulls,BRK,CHI,Barclays Center,basketball-reference.com,False,
nba_202526_nop_ind_0116,NBA,2025-26,2026-01-16,7:00p,Indiana Pacers,New Orleans Pelicans,IND,NOP,Gainbridge Fieldhouse,basketball-reference.com,False,
nba_202526_cle_phi_0116,NBA,2025-26,2026-01-16,7:00p,Philadelphia 76ers,Cleveland Cavaliers,PHI,CLE,Xfinity Mobile Arena,basketball-reference.com,False,
nba_202526_chi_brk_0116,NBA,2025-26,2026-01-16,7:30p,Brooklyn Nets,Chicago Bulls,BRK,CHI,Barclays Center,basketball-reference.com,False,
nba_202526_lac_tor_0116,NBA,2025-26,2026-01-16,7:30p,Toronto Raptors,Los Angeles Clippers,TOR,LAC,Scotiabank Arena,basketball-reference.com,False,
nba_202526_min_hou_0116,NBA,2025-26,2026-01-16,9:30p,Houston Rockets,Minnesota Timberwolves,HOU,MIN,Toyota Center,basketball-reference.com,False,
nba_202526_was_sac_0116,NBA,2025-26,2026-01-16,10:00p,Sacramento Kings,Washington Wizards,SAC,WAS,Golden 1 Center,basketball-reference.com,False,
@@ -722,9 +721,9 @@ nba_202526_sac_bos_0130,NBA,2025-26,2026-01-30,7:30p,Boston Celtics,Sacramento K
nba_202526_mem_nop_0130,NBA,2025-26,2026-01-30,7:30p,New Orleans Pelicans,Memphis Grizzlies,NOP,MEM,Smoothie King Center,basketball-reference.com,False,
nba_202526_por_nyk_0130,NBA,2025-26,2026-01-30,7:30p,New York Knicks,Portland Trail Blazers,NYK,POR,Madison Square Garden (IV),basketball-reference.com,False,
nba_202526_chi_mia_0130,NBA,2025-26,2026-01-30,8:00p,Miami Heat,Chicago Bulls,MIA,CHI,Kaseya Center,basketball-reference.com,False,
nba_202526_lac_den_0130,NBA,2025-26,2026-01-30,9:00p,Denver Nuggets,Los Angeles Clippers,DEN,LAC,Ball Arena,basketball-reference.com,False,
nba_202526_cle_pho_0130,NBA,2025-26,2026-01-30,9:00p,Phoenix Suns,Cleveland Cavaliers,PHO,CLE,Mortgage Matchup Center,basketball-reference.com,False,
nba_202526_brk_uta_0130,NBA,2025-26,2026-01-30,9:30p,Utah Jazz,Brooklyn Nets,UTA,BRK,Delta Center,basketball-reference.com,False,
nba_202526_lac_den_0130,NBA,2025-26,2026-01-30,10:00p,Denver Nuggets,Los Angeles Clippers,DEN,LAC,Ball Arena,basketball-reference.com,False,
nba_202526_det_gsw_0130,NBA,2025-26,2026-01-30,10:00p,Golden State Warriors,Detroit Pistons,GSW,DET,Chase Center,basketball-reference.com,False,
nba_202526_sas_cho_0131,NBA,2025-26,2026-01-31,3:00p,Charlotte Hornets,San Antonio Spurs,CHO,SAS,Spectrum Center,basketball-reference.com,False,
nba_202526_atl_ind_0131,NBA,2025-26,2026-01-31,7:00p,Indiana Pacers,Atlanta Hawks,IND,ATL,Gainbridge Fieldhouse,basketball-reference.com,False,
@@ -2707,7 +2706,7 @@ mlb_2026_tb_bos_0718,MLB,2026,2026-07-18,20:10,Boston Red Sox,Tampa Bay Rays,BOS
mlb_2026_tex_atl_0718,MLB,2026,2026-07-18,20:10,Atlanta Braves,Texas Rangers,ATL,TEX,Truist Park,statsapi.mlb.com,False,
mlb_2026_mia_mil_0718,MLB,2026,2026-07-18,20:10,Milwaukee Brewers,Miami Marlins,MIL,MIA,American Family Field,statsapi.mlb.com,False,
mlb_2026_sf_sea_0718,MLB,2026,2026-07-18,23:15,Seattle Mariners,San Francisco Giants,SEA,SF,T-Mobile Park,statsapi.mlb.com,False,
mlb_2026_lad_nyy_0718,MLB,2026,2026-07-18,23:15,New York Yankees,Los Angeles Dodgers,NYY,LAD,Yankee Stadium,statsapi.mlb.com,False,
mlb_2026_lad_nyy_0718,MLB,2026,2026-07-18,00:08,New York Yankees,Los Angeles Dodgers,NYY,LAD,Yankee Stadium,statsapi.mlb.com,False,
mlb_2026_wsh_ath_0718,MLB,2026,2026-07-18,02:05,Athletics,Washington Nationals,ATH,WSH,Sutter Health Park,statsapi.mlb.com,False,
mlb_2026_det_laa_0718,MLB,2026,2026-07-18,02:07,Los Angeles Angels,Detroit Tigers,LAA,DET,Angel Stadium,statsapi.mlb.com,False,
mlb_2026_pit_cle_0718,MLB,2026,2026-07-18,07:33,Cleveland Guardians,Pittsburgh Pirates,CLE,PIT,Progressive Field,statsapi.mlb.com,False,
@@ -3520,7 +3519,7 @@ mlb_2026_mil_pit_0917,MLB,2026,2026-09-17,16:35,Pittsburgh Pirates,Milwaukee Bre
mlb_2026_lad_cin_0917,MLB,2026,2026-09-17,16:40,Cincinnati Reds,Los Angeles Dodgers,CIN,LAD,Great American Ball Park,statsapi.mlb.com,False,
mlb_2026_ath_tb_0917,MLB,2026,2026-09-17,17:10,Tampa Bay Rays,Athletics,TB,ATH,Tropicana Field,statsapi.mlb.com,False,
mlb_2026_sd_col_0917,MLB,2026,2026-09-17,19:10,Colorado Rockies,San Diego Padres,COL,SD,Coors Field,statsapi.mlb.com,False,
mlb_2026_phi_nym_0917,MLB,2026,2026-09-17,23:10,New York Mets,Philadelphia Phillies,NYM,PHI,Citi Field,statsapi.mlb.com,False,
mlb_2026_phi_nym_0917,MLB,2026,2026-09-17,23:15,New York Mets,Philadelphia Phillies,NYM,PHI,Citi Field,statsapi.mlb.com,False,
mlb_2026_det_cws_0917,MLB,2026,2026-09-17,23:40,Chicago White Sox,Detroit Tigers,CWS,DET,Rate Field,statsapi.mlb.com,False,
mlb_2026_bos_tex_0917,MLB,2026,2026-09-17,00:05,Texas Rangers,Boston Red Sox,TEX,BOS,Globe Life Field,statsapi.mlb.com,False,
mlb_2026_min_laa_0917,MLB,2026,2026-09-17,01:38,Los Angeles Angels,Minnesota Twins,LAA,MIN,Angel Stadium,statsapi.mlb.com,False,
Can't render this file because it is too large.

View File

@@ -8324,21 +8324,6 @@
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_mia_chi_0108",
"sport": "NBA",
"season": "2025-26",
"date": "2026-01-08",
"time": "8:00p",
"home_team": "Chicago Bulls",
"away_team": "Miami Heat",
"home_team_abbrev": "CHI",
"away_team_abbrev": "MIA",
"venue": "United Center",
"source": "basketball-reference.com",
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_cle_min_0108",
"sport": "NBA",
@@ -9194,21 +9179,6 @@
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_chi_brk_0116",
"sport": "NBA",
"season": "2025-26",
"date": "2026-01-16",
"time": "7:00p",
"home_team": "Brooklyn Nets",
"away_team": "Chicago Bulls",
"home_team_abbrev": "BRK",
"away_team_abbrev": "CHI",
"venue": "Barclays Center",
"source": "basketball-reference.com",
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_nop_ind_0116",
"sport": "NBA",
@@ -9239,6 +9209,21 @@
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_chi_brk_0116",
"sport": "NBA",
"season": "2025-26",
"date": "2026-01-16",
"time": "7:30p",
"home_team": "Brooklyn Nets",
"away_team": "Chicago Bulls",
"home_team_abbrev": "BRK",
"away_team_abbrev": "CHI",
"venue": "Barclays Center",
"source": "basketball-reference.com",
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_lac_tor_0116",
"sport": "NBA",
@@ -10844,6 +10829,21 @@
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_lac_den_0130",
"sport": "NBA",
"season": "2025-26",
"date": "2026-01-30",
"time": "9:00p",
"home_team": "Denver Nuggets",
"away_team": "Los Angeles Clippers",
"home_team_abbrev": "DEN",
"away_team_abbrev": "LAC",
"venue": "Ball Arena",
"source": "basketball-reference.com",
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_cle_pho_0130",
"sport": "NBA",
@@ -10874,21 +10874,6 @@
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_lac_den_0130",
"sport": "NBA",
"season": "2025-26",
"date": "2026-01-30",
"time": "10:00p",
"home_team": "Denver Nuggets",
"away_team": "Los Angeles Clippers",
"home_team_abbrev": "DEN",
"away_team_abbrev": "LAC",
"venue": "Ball Arena",
"source": "basketball-reference.com",
"is_playoff": false,
"broadcast": null
},
{
"id": "nba_202526_det_gsw_0130",
"sport": "NBA",
@@ -40624,7 +40609,7 @@
"sport": "MLB",
"season": "2026",
"date": "2026-07-18",
"time": "23:15",
"time": "00:08",
"home_team": "New York Yankees",
"away_team": "Los Angeles Dodgers",
"home_team_abbrev": "NYY",
@@ -52819,7 +52804,7 @@
"sport": "MLB",
"season": "2026",
"date": "2026-09-17",
"time": "23:10",
"time": "23:15",
"home_team": "New York Mets",
"away_team": "Philadelphia Phillies",
"home_team_abbrev": "NYM",

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,782 @@
[
{
"alias_name": "state farm arena",
"stadium_canonical_id": "stadium_nba_state_farm_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "td garden",
"stadium_canonical_id": "stadium_nba_td_garden",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "barclays center",
"stadium_canonical_id": "stadium_nba_barclays_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "spectrum center",
"stadium_canonical_id": "stadium_nba_spectrum_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "united center",
"stadium_canonical_id": "stadium_nba_united_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "rocket mortgage fieldhouse",
"stadium_canonical_id": "stadium_nba_rocket_mortgage_fieldhouse",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "american airlines center",
"stadium_canonical_id": "stadium_nba_american_airlines_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "ball arena",
"stadium_canonical_id": "stadium_nba_ball_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "little caesars arena",
"stadium_canonical_id": "stadium_nba_little_caesars_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "chase center",
"stadium_canonical_id": "stadium_nba_chase_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "toyota center",
"stadium_canonical_id": "stadium_nba_toyota_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "gainbridge fieldhouse",
"stadium_canonical_id": "stadium_nba_gainbridge_fieldhouse",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "intuit dome",
"stadium_canonical_id": "stadium_nba_intuit_dome",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "crypto.com arena",
"stadium_canonical_id": "stadium_nba_cryptocom_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "cryptocom arena",
"stadium_canonical_id": "stadium_nba_cryptocom_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "fedexforum",
"stadium_canonical_id": "stadium_nba_fedexforum",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "kaseya center",
"stadium_canonical_id": "stadium_nba_kaseya_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "fiserv forum",
"stadium_canonical_id": "stadium_nba_fiserv_forum",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "target center",
"stadium_canonical_id": "stadium_nba_target_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "smoothie king center",
"stadium_canonical_id": "stadium_nba_smoothie_king_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "madison square garden",
"stadium_canonical_id": "stadium_nba_madison_square_garden",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "paycom center",
"stadium_canonical_id": "stadium_nba_paycom_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "kia center",
"stadium_canonical_id": "stadium_nba_kia_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "wells fargo center",
"stadium_canonical_id": "stadium_nba_wells_fargo_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "footprint center",
"stadium_canonical_id": "stadium_nba_footprint_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "moda center",
"stadium_canonical_id": "stadium_nba_moda_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "golden 1 center",
"stadium_canonical_id": "stadium_nba_golden_1_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "frost bank center",
"stadium_canonical_id": "stadium_nba_frost_bank_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "scotiabank arena",
"stadium_canonical_id": "stadium_nba_scotiabank_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "delta center",
"stadium_canonical_id": "stadium_nba_delta_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "capital one arena",
"stadium_canonical_id": "stadium_nba_capital_one_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "chase field",
"stadium_canonical_id": "stadium_mlb_chase_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "truist park",
"stadium_canonical_id": "stadium_mlb_truist_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "oriole park at camden yards",
"stadium_canonical_id": "stadium_mlb_oriole_park_at_camden_yards",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "fenway park",
"stadium_canonical_id": "stadium_mlb_fenway_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "wrigley field",
"stadium_canonical_id": "stadium_mlb_wrigley_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "guaranteed rate field",
"stadium_canonical_id": "stadium_mlb_guaranteed_rate_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "great american ball park",
"stadium_canonical_id": "stadium_mlb_great_american_ball_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "progressive field",
"stadium_canonical_id": "stadium_mlb_progressive_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "coors field",
"stadium_canonical_id": "stadium_mlb_coors_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "comerica park",
"stadium_canonical_id": "stadium_mlb_comerica_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "minute maid park",
"stadium_canonical_id": "stadium_mlb_minute_maid_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "kauffman stadium",
"stadium_canonical_id": "stadium_mlb_kauffman_stadium",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "angel stadium",
"stadium_canonical_id": "stadium_mlb_angel_stadium",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "dodger stadium",
"stadium_canonical_id": "stadium_mlb_dodger_stadium",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "loandepot park",
"stadium_canonical_id": "stadium_mlb_loandepot_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "american family field",
"stadium_canonical_id": "stadium_mlb_american_family_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "target field",
"stadium_canonical_id": "stadium_mlb_target_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "citi field",
"stadium_canonical_id": "stadium_mlb_citi_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "yankee stadium",
"stadium_canonical_id": "stadium_mlb_yankee_stadium",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "sutter health park",
"stadium_canonical_id": "stadium_mlb_sutter_health_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "citizens bank park",
"stadium_canonical_id": "stadium_mlb_citizens_bank_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "pnc park",
"stadium_canonical_id": "stadium_mlb_pnc_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "petco park",
"stadium_canonical_id": "stadium_mlb_petco_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "oracle park",
"stadium_canonical_id": "stadium_mlb_oracle_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "t-mobile park",
"stadium_canonical_id": "stadium_mlb_tmobile_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "tmobile park",
"stadium_canonical_id": "stadium_mlb_tmobile_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "busch stadium",
"stadium_canonical_id": "stadium_mlb_busch_stadium",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "tropicana field",
"stadium_canonical_id": "stadium_mlb_tropicana_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "globe life field",
"stadium_canonical_id": "stadium_mlb_globe_life_field",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "rogers centre",
"stadium_canonical_id": "stadium_mlb_rogers_centre",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "nationals park",
"stadium_canonical_id": "stadium_mlb_nationals_park",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "honda center",
"stadium_canonical_id": "stadium_nhl_honda_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "delta center",
"stadium_canonical_id": "stadium_nhl_delta_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "td garden",
"stadium_canonical_id": "stadium_nhl_td_garden",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "keybank center",
"stadium_canonical_id": "stadium_nhl_keybank_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "scotiabank saddledome",
"stadium_canonical_id": "stadium_nhl_scotiabank_saddledome",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "pnc arena",
"stadium_canonical_id": "stadium_nhl_pnc_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "united center",
"stadium_canonical_id": "stadium_nhl_united_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "ball arena",
"stadium_canonical_id": "stadium_nhl_ball_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "nationwide arena",
"stadium_canonical_id": "stadium_nhl_nationwide_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "american airlines center",
"stadium_canonical_id": "stadium_nhl_american_airlines_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "little caesars arena",
"stadium_canonical_id": "stadium_nhl_little_caesars_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "rogers place",
"stadium_canonical_id": "stadium_nhl_rogers_place",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "amerant bank arena",
"stadium_canonical_id": "stadium_nhl_amerant_bank_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "crypto.com arena",
"stadium_canonical_id": "stadium_nhl_cryptocom_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "cryptocom arena",
"stadium_canonical_id": "stadium_nhl_cryptocom_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "xcel energy center",
"stadium_canonical_id": "stadium_nhl_xcel_energy_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "bell centre",
"stadium_canonical_id": "stadium_nhl_bell_centre",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "bridgestone arena",
"stadium_canonical_id": "stadium_nhl_bridgestone_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "prudential center",
"stadium_canonical_id": "stadium_nhl_prudential_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "ubs arena",
"stadium_canonical_id": "stadium_nhl_ubs_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "madison square garden",
"stadium_canonical_id": "stadium_nhl_madison_square_garden",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "canadian tire centre",
"stadium_canonical_id": "stadium_nhl_canadian_tire_centre",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "wells fargo center",
"stadium_canonical_id": "stadium_nhl_wells_fargo_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "ppg paints arena",
"stadium_canonical_id": "stadium_nhl_ppg_paints_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "sap center",
"stadium_canonical_id": "stadium_nhl_sap_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "climate pledge arena",
"stadium_canonical_id": "stadium_nhl_climate_pledge_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "enterprise center",
"stadium_canonical_id": "stadium_nhl_enterprise_center",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "amalie arena",
"stadium_canonical_id": "stadium_nhl_amalie_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "scotiabank arena",
"stadium_canonical_id": "stadium_nhl_scotiabank_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "rogers arena",
"stadium_canonical_id": "stadium_nhl_rogers_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "t-mobile arena",
"stadium_canonical_id": "stadium_nhl_tmobile_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "tmobile arena",
"stadium_canonical_id": "stadium_nhl_tmobile_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "capital one arena",
"stadium_canonical_id": "stadium_nhl_capital_one_arena",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "canada life centre",
"stadium_canonical_id": "stadium_nhl_canada_life_centre",
"valid_from": null,
"valid_until": null
},
{
"alias_name": "daikin park",
"stadium_canonical_id": "stadium_mlb_minute_maid_park",
"valid_from": "2025-01-01",
"valid_until": null
},
{
"alias_name": "enron field",
"stadium_canonical_id": "stadium_mlb_minute_maid_park",
"valid_from": "2000-04-01",
"valid_until": "2002-02-28"
},
{
"alias_name": "astros field",
"stadium_canonical_id": "stadium_mlb_minute_maid_park",
"valid_from": "2002-03-01",
"valid_until": "2002-06-04"
},
{
"alias_name": "rate field",
"stadium_canonical_id": "stadium_mlb_guaranteed_rate_field",
"valid_from": "2024-01-01",
"valid_until": null
},
{
"alias_name": "us cellular field",
"stadium_canonical_id": "stadium_mlb_guaranteed_rate_field",
"valid_from": "2003-01-01",
"valid_until": "2016-08-24"
},
{
"alias_name": "comiskey park ii",
"stadium_canonical_id": "stadium_mlb_guaranteed_rate_field",
"valid_from": "1991-04-01",
"valid_until": "2002-12-31"
},
{
"alias_name": "new comiskey park",
"stadium_canonical_id": "stadium_mlb_guaranteed_rate_field",
"valid_from": "1991-04-01",
"valid_until": "2002-12-31"
},
{
"alias_name": "suntrust park",
"stadium_canonical_id": "stadium_mlb_truist_park",
"valid_from": "2017-04-01",
"valid_until": "2020-01-13"
},
{
"alias_name": "jacobs field",
"stadium_canonical_id": "stadium_mlb_progressive_field",
"valid_from": "1994-04-01",
"valid_until": "2008-01-10"
},
{
"alias_name": "the jake",
"stadium_canonical_id": "stadium_mlb_progressive_field",
"valid_from": "1994-04-01",
"valid_until": "2008-01-10"
},
{
"alias_name": "miller park",
"stadium_canonical_id": "stadium_mlb_american_family_field",
"valid_from": "2001-04-01",
"valid_until": "2020-12-31"
},
{
"alias_name": "skydome",
"stadium_canonical_id": "stadium_mlb_rogers_centre",
"valid_from": "1989-06-01",
"valid_until": "2005-02-01"
},
{
"alias_name": "marlins park",
"stadium_canonical_id": "stadium_mlb_loandepot_park",
"valid_from": "2012-04-01",
"valid_until": "2021-03-31"
},
{
"alias_name": "att park",
"stadium_canonical_id": "stadium_mlb_oracle_park",
"valid_from": "2006-01-01",
"valid_until": "2019-01-08"
},
{
"alias_name": "sbc park",
"stadium_canonical_id": "stadium_mlb_oracle_park",
"valid_from": "2004-01-01",
"valid_until": "2005-12-31"
},
{
"alias_name": "pac bell park",
"stadium_canonical_id": "stadium_mlb_oracle_park",
"valid_from": "2000-04-01",
"valid_until": "2003-12-31"
},
{
"alias_name": "choctaw stadium",
"stadium_canonical_id": "stadium_mlb_globe_life_field",
"valid_from": "2020-01-01",
"valid_until": null
},
{
"alias_name": "philips arena",
"stadium_canonical_id": "stadium_nba_state_farm_arena",
"valid_from": "1999-09-01",
"valid_until": "2018-06-25"
},
{
"alias_name": "ftx arena",
"stadium_canonical_id": "stadium_nba_kaseya_center",
"valid_from": "2021-06-01",
"valid_until": "2023-03-31"
},
{
"alias_name": "american airlines arena",
"stadium_canonical_id": "stadium_nba_kaseya_center",
"valid_from": "1999-12-01",
"valid_until": "2021-05-31"
},
{
"alias_name": "bankers life fieldhouse",
"stadium_canonical_id": "stadium_nba_gainbridge_fieldhouse",
"valid_from": "2011-01-01",
"valid_until": "2021-12-31"
},
{
"alias_name": "conseco fieldhouse",
"stadium_canonical_id": "stadium_nba_gainbridge_fieldhouse",
"valid_from": "1999-11-01",
"valid_until": "2010-12-31"
},
{
"alias_name": "quicken loans arena",
"stadium_canonical_id": "stadium_nba_rocket_mortgage_fieldhouse",
"valid_from": "2005-08-01",
"valid_until": "2019-08-08"
},
{
"alias_name": "gund arena",
"stadium_canonical_id": "stadium_nba_rocket_mortgage_fieldhouse",
"valid_from": "1994-10-01",
"valid_until": "2005-07-31"
},
{
"alias_name": "amway center",
"stadium_canonical_id": "stadium_nba_kia_center",
"valid_from": "2010-10-01",
"valid_until": "2023-07-12"
},
{
"alias_name": "att center",
"stadium_canonical_id": "stadium_nba_frost_bank_center",
"valid_from": "2002-10-01",
"valid_until": "2023-10-01"
},
{
"alias_name": "vivint arena",
"stadium_canonical_id": "stadium_nba_delta_center",
"valid_from": "2020-12-01",
"valid_until": "2023-07-01"
},
{
"alias_name": "vivint smart home arena",
"stadium_canonical_id": "stadium_nba_delta_center",
"valid_from": "2015-11-01",
"valid_until": "2020-11-30"
},
{
"alias_name": "energysolutions arena",
"stadium_canonical_id": "stadium_nba_delta_center",
"valid_from": "2006-11-01",
"valid_until": "2015-10-31"
},
{
"alias_name": "fla live arena",
"stadium_canonical_id": "stadium_nhl_amerant_bank_arena",
"valid_from": "2021-10-01",
"valid_until": "2024-05-31"
},
{
"alias_name": "bb&t center",
"stadium_canonical_id": "stadium_nhl_amerant_bank_arena",
"valid_from": "2012-06-01",
"valid_until": "2021-09-30"
},
{
"alias_name": "bankatlantic center",
"stadium_canonical_id": "stadium_nhl_amerant_bank_arena",
"valid_from": "2005-10-01",
"valid_until": "2012-05-31"
},
{
"alias_name": "keyarena",
"stadium_canonical_id": "stadium_nhl_climate_pledge_arena",
"valid_from": "1995-01-01",
"valid_until": "2018-10-01"
},
{
"alias_name": "seattle center coliseum",
"stadium_canonical_id": "stadium_nhl_climate_pledge_arena",
"valid_from": "1962-01-01",
"valid_until": "1994-12-31"
}
]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff