{
  "title": "72-Hour Flight Schedule",
  "baseName": "Dover AFB (DE)",
  "seatsKey": "Seats: T = Tentative, F = Firm",
  "disclaimer": "All flight schedules are subject to change without notice",
  "columns": {
    "rollCall": "Roll Call",
    "destination": "Destination",
    "seats": "Seats"
  },
  "updatedText": "21 MAR 2026 @ 0049L",
  "updatedTimestamp": "2026-03-21T00:49:45.088026-05:00",
  "days": [
    {
      "displayDate": "FRIDAY, 20 MARCH 2026",
      "date": "2026-03-20",
      "dayLabel": "FRIDAY",
      "flights": [],
      "noFlights": true
    },
    {
      "displayDate": "SATURDAY, 21 MARCH 2026",
      "date": "2026-03-21",
      "dayLabel": "SATURDAY",
      "flights": [
        {
          "rollCall": "1443",
          "destination": "TRAVIS AFB, CA",
          "seats": "TBD"
        }
      ]
    },
    {
      "displayDate": "SUNDAY, 22 MARCH 2026",
      "date": "2026-03-22",
      "dayLabel": "SUNDAY",
      "flights": [],
      "noFlights": true
    }
  ]
}