{
  "_comment": "Road to Omaha 2.0 universe data-pack template. Team and conference IDs may be added or removed, but competition levels are fixed by the chosen preset. This partial example adds or updates entries. Set replaceStructure to true only when the arrays contain the complete universe and omitted entries should be deleted.",
  "schemaVersion": 1,
  "presetId": "classic",
  "name": "My Classic Universe",
  "replaceStructure": false,
  "teams": [
    {
      "id": "team_001",
      "competitionId": "four-year-1",
      "conferenceId": "conf_01",
      "school": "Ridgemont University",
      "name": "Monarchs",
      "abbreviation": "RDG",
      "primaryColor": "#003DA5",
      "secondaryColor": "#FFFFFF",
      "logoUrl": "",
      "stadiumName": "Crown Diamond",
      "stadiumCapacity": 5000,
      "stadiumAge": 18,
      "city": "Ridgemont",
      "state": "NC",
      "region": "southeast",
      "prestige": 72,
      "rivals": ["team_002", "team_004"],
      "facilities": {
        "stadium": 7,
        "trainingCenter": 6,
        "weightRoom": 6,
        "analyticsLab": 5
      },
      "rosterRulesId": "four-year-full"
    }
  ],
  "conferences": [
    {
      "id": "conf_01",
      "competitionId": "four-year-1",
      "name": "Atlantic Athletic Conference",
      "abbreviation": "AAC",
      "logoUrl": "",
      "tier": "power",
      "region": "southeast",
      "isPowerConference": true,
      "tournamentFormat": "double-elimination",
      "tournamentTeamCount": 12,
      "tournamentSiteType": "neutral",
      "tournamentVenueName": "Harbor Park",
      "tournamentVenueCapacity": 8500,
      "teamIds": ["team_001"]
    }
  ],
  "competitions": [
    {
      "id": "four-year-1",
      "displayName": "Division 1",
      "scheduleTemplateId": "crown-56",
      "postseasonTemplateId": "crown-championship",
      "competitionStrength": 1,
      "staffTarget": 6,
      "postseasonTeamCount": 64,
      "pollNames": {
        "poll_prestige": "Coaches Poll",
        "poll_talent": "Scouts Poll",
        "poll_results": "Computer Ranking",
        "poll_balanced": "National Top 25"
      }
    }
  ],
  "postseason": {
    "tournamentName": "National Tournament",
    "regionalName": "Regionals",
    "superRegionalName": "Super Regionals",
    "cwsName": "College Championship Series",
    "cwsLocation": "Omaha, NE",
    "cwsBallparkName": "Omaha Championship Park",
    "cwsBallparkCapacity": 24000
  }
}
