{
  "title": "72-Hour Flight Schedule",
  "baseName": "JOINT BASE ELMENDORF-RICHARDSON",
  "subtitle": "Space-A Travel Information",
  "disclaimer": "All flight schedules are subject to change without notice",
  "seatsKey": "Seats: T = Tentative, F = Firm, TBD = To Be Determined",
  "updatedText": "20 MAR 2026 @ 2049L",
  "updatedTimestamp": "2026-03-20T20:49:48.490235-09:00",
  "columns": {
    "rollCall": "Roll Call",
    "destination": "Destination",
    "seats": "Seats"
  },
  "days": [
    {
      "displayDate": "20 MAR 2026",
      "dayLabel": "20 MAR 2026",
      "flights": [],
      "noFlights": true
    },
    {
      "displayDate": "21 MAR 2026",
      "dayLabel": "21 MAR 2026",
      "flights": [
        {
          "rollCall": "1805",
          "destination": "MISAWA AB, JAPAN (SOFA ONLY)",
          "seats": "53T"
        }
      ]
    },
    {
      "displayDate": "22 MAR 2026",
      "dayLabel": "22 MAR 2026",
      "flights": [
        {
          "rollCall": "0225",
          "destination": "MISAWA AB, JAPAN (SOFA ONLY)",
          "seats": "TBD"
        },
        {
          "rollCall": "0525",
          "destination": "YOKOTA AB, JAPAN",
          "seats": "TBD"
        },
        {
          "rollCall": "1500",
          "destination": "EIELSON AFB, AK",
          "seats": "TBD"
        }
      ]
    }
  ]
}