// Arizona League l121 - {1:1}
var round = schedule.rounds;

// ----------------------------------------------------------------------
// finals

round[0].name = "Round 1";
round[0].summary = ""; // text at bottom of the table

var game = round[0].series[0].games;
round[0].series[0].matchup = "AZL Angels vs TBD";
game[0].tbd = ["Aug 31", "TBD @ TBD"];


