[
  {
    "year": "2025-26",
    "game": "Update with game name",
    "current": true,
    "robot": {
      "name": "Update with robot name",
      "description": "Update with a brief description of the robot's design goals and key capabilities.",
      "specs": [
        { "label": "Drivetrain", "value": "Update" },
        { "label": "Programming Language", "value": "Java" },
        { "label": "Control System", "value": "REV Control Hub" },
        { "label": "Key Mechanisms", "value": "Update" },
        { "label": "Weight", "value": "Update" },
        { "label": "Dimensions", "value": "Update" }
      ]
    },
    "tournaments": [
      {
        "name": "Update with event name",
        "date": "Update",
        "location": "Update",
        "ranking": "—",
        "record": "—",
        "awards": "—"
      }
    ]
  }
]
