-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsampleFlightsData.json
More file actions
36 lines (35 loc) · 1 KB
/
Copy pathsampleFlightsData.json
File metadata and controls
36 lines (35 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{
"flight_id": "6E 2341",
"airline": "Indigo",
"status": "On Time",
"departure_gate": "A12",
"arrival_gate": "B7",
"scheduled_departure": "2024-07-26T14:00:00Z",
"scheduled_arrival": "2024-07-26T18:00:00Z",
"actual_departure": null,
"actual_arrival": null
},
{
"flight_id": "6E 2342",
"airline": "Indigo",
"status": "Delayed",
"departure_gate": "C3",
"arrival_gate": "D4",
"scheduled_departure": "2024-07-26T16:00:00Z",
"scheduled_arrival": "2024-07-26T20:00:00Z",
"actual_departure": null,
"actual_arrival": null
},
{
"flight_id": "6E 2343",
"airline": "Indigo",
"status": "Cancelled",
"departure_gate": "E2",
"arrival_gate": "F1",
"scheduled_departure": "2024-07-26T12:00:00Z",
"scheduled_arrival": "2024-07-26T16:00:00Z",
"actual_departure": null,
"actual_arrival": null
}
]