first commit
This commit is contained in:
44
webapp/model/flights.json
Normal file
44
webapp/model/flights.json
Normal file
@ -0,0 +1,44 @@
|
||||
{
|
||||
"Flight":[
|
||||
{
|
||||
"flightId" : "LH1234",
|
||||
"from" : "Munich",
|
||||
"to" : "Frankfurt",
|
||||
"date" : "11.05.2013",
|
||||
"time" : "16.50",
|
||||
"status" : "On time",
|
||||
"plannedArrival" : "16:45",
|
||||
"info" : "Arrives early"
|
||||
},
|
||||
{
|
||||
"flightId" : "LH2345",
|
||||
"from" : "Frankfurt",
|
||||
"to" : "Montreal",
|
||||
"date" : "23.12.2015",
|
||||
"time" : "11.20",
|
||||
"status" : "Delayed",
|
||||
"plannedArrival" : "12:20",
|
||||
"info" : "Delayed due to technical problems"
|
||||
},
|
||||
{
|
||||
"flightId" : "LH3456",
|
||||
"from" : "Montreal",
|
||||
"to" : "New York",
|
||||
"date" : "23.07.2016",
|
||||
"time" : "12.30",
|
||||
"status" : "Canceled",
|
||||
"plannedArrival" : "CANCELED",
|
||||
"info" : "Canceled due to bad weather"
|
||||
},
|
||||
{
|
||||
"flightId" : "LH7890",
|
||||
"from" : "Dortmund",
|
||||
"to" : "Sharm-el-Sheikh",
|
||||
"date" : "26.08.2016",
|
||||
"time" : "12.30",
|
||||
"status" : "On time",
|
||||
"plannedArrival" : "09:00",
|
||||
"info" : "Arrives on time"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user