{
  "title": "72-Hour Flight Schedule",
  "baseName": "Naval Station Rota, Spain",
  "seatsKey": "Seats: T = Tentative, F = Firm, TBD = To Be Determined",
  "disclaimer": "All flight schedules are subject to change without notice",
  "columns": {
    "rollCall": "Roll Call",
    "destination": "Destination",
    "seats": "Seats"
  },
  "arrivalColumns": {
    "from": "From",
    "pickupTime": "Pick-Up Time",
    "remarks": "Remarks"
  },
  "updatedTimestamp": "2026-03-21T00:49:56.873116-05:00",
  "days": [
    {
      "displayDate": "Friday, March 20th, 2026",
      "dayLabel": "Friday",
      "flights": [],
      "arrivals": [],
      "noFlights": true,
      "noArrivals": true
    },
    {
      "displayDate": "Saturday, March 21st, 2026",
      "dayLabel": "Saturday",
      "flights": [
        {
          "rollCall": "13:55",
          "destination": "SIGONELLA, ITA",
          "seats": "TBD"
        },
        {
          "rollCall": "16:25",
          "destination": "SIGONELLA, ITA",
          "seats": "TBD"
        }
      ],
      "arrivals": [
        {
          "from": "PORTSMOUTH, NH",
          "pickupTime": "03:15",
          "remarks": ""
        },
        {
          "from": "LAJES, AZO",
          "pickupTime": "16:15",
          "remarks": ""
        }
      ]
    },
    {
      "displayDate": "Sunday, March 22nd, 2026",
      "dayLabel": "Sunday",
      "flights": [],
      "arrivals": [],
      "noFlights": true,
      "noArrivals": true
    }
  ]
}