// Appalachian League l120 - {1:3}
var round = schedule.rounds;

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

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

var game = round[0].series[0].games;
round[0].series[0].matchup = "TBD vs TBD";      // text at top of the table
game[0].tbd = ["Aug 27", "TBD @ TDB"];
game[1].tbd = ["Aug 28", "TBD@ TDB"];
game[2].tbd = ["Aug 29", "TBD vs TDB (If Necessary)"];
