{
  "title": "72-Hour Flight Schedule",
  "baseName": "Diego Garcia Passenger Terminal",
  "seatsKey": "T = Tentative, F = Firm, TBD = To Be Determined",
  "disclaimer": "All flights subject to change without prior notice",
  "columns": {
    "rollCall": "Roll Call",
    "destination": "Destination",
    "seats": "Available Seats",
    "remarks": "Remarks"
  },
  "hasRemarks": true,
  "updatedTimestamp": "2026-03-21T11:50:06.056889+06:00",
  "days": [
    {
      "displayDate": "23 Mar 2026",
      "dayLabel": "23 Mar 2026",
      "flights": [
        {
          "rollCall": "1900L",
          "destination": "NORFOLK NS, VA / VIA / DJIBOUTI, DJ",
          "seats": "88 T",
          "remarks": "ON TIME"
        },
        {
          "rollCall": "2220L",
          "destination": "YOKOTA AB, JP / VIA / PAYA LEBAR, SG",
          "seats": "9 T",
          "remarks": "ON TIME"
        }
      ]
    }
  ]
}