Warning, /pim/kitinerary/autotests/calendarhandlerdata/flight.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "airplaneSeat": "16E",
0006         "airplaneSeatClass": {
0007             "@type": "AirplaneSeatClass",
0008             "name": "P"
0009         },
0010         "boardingGroup": "C",
0011         "boardingPolicy": "GroupBoardingPolicy",
0012         "modifyReservationUrl": "https://www.airberlin.com/de-DE/cockpit/index/index/bookingNo/XXX007/lastname/DOE/submit/1",
0013         "reservationFor": {
0014             "@type": "Flight",
0015             "airline": {
0016                 "@type": "Airline",
0017                 "iataCode": "AB",
0018                 "name": "airberlin"
0019             },
0020             "arrivalAirport": {
0021                 "@type": "Airport",
0022                 "iataCode": "TXL",
0023                 "name": "Berlin (Tegel)"
0024             },
0025             "arrivalTime": "2017-09-20T16:00:00+02:00",
0026             "boardingTime": "2017-09-20T14:25:00+03:00",
0027             "departureAirport": {
0028                 "@type": "Airport",
0029                 "iataCode": "HEL",
0030                 "name": "Helsinki"
0031             },
0032             "departureGate": "16",
0033             "departureTime": "2017-09-20T15:05:00+03:00",
0034             "flightNumber": "8075"
0035         },
0036         "reservationNumber": "XXX007",
0037         "reservationStatus": "http://schema.org/Confirmed",
0038         "ticketDownloadUrl": "https://m.airberlin.com/ckbc/pnr/XXX007/ln/DOE/cpid/94482631/fn/JOHN",
0039         "ticketNumber": "1234567890123",
0040         "ticketToken": "https://checkin.airberlin.com/app/barcode.fly?pnr=XXX007&ln=DOE&cpid=12345678&fn=JOHN",
0041         "underName": {
0042             "@type": "Person",
0043             "name": "JOHN DOE"
0044         }
0045     }
0046 ]