{
  "title": "72-Hour Flight Schedule",
  "baseName": "BWI International Airport (BWI)",
  "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:44.002926-05:00",
  "days": [
    {
      "displayDate": "FRIDAY MAR 20 2026",
      "dayLabel": "Friday",
      "flights": [
        {
          "rollCall": "1200L",
          "destination": "MCGUIRE AFB, NEW JERSEY",
          "seats": "5T"
        }
      ]
    },
    {
      "displayDate": "SATURDAY MAR 21 2026",
      "dayLabel": "Saturday",
      "flights": [],
      "noFlights": true
    },
    {
      "displayDate": "SATURDAY MAR 22 2026",
      "dayLabel": "Saturday",
      "flights": [],
      "noFlights": true
    }
  ]
}