Warning, /pim/kitinerary/autotests/postprocessordata/ambiguous-airports-2x2.pre.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "reservationFor": {
0006             "@type": "Flight",
0007             "airline": {
0008                 "@type": "Airline",
0009                 "iataCode": "XY"
0010             },
0011             "arrivalAirport": {
0012                 "@type": "Airport",
0013                 "name": "FRANKFURT DE FRANKFURT INTL"
0014             },
0015             "arrivalTime": "2018-07-26T18:50:00+02:00",
0016             "departureAirport": {
0017                 "@type": "Airport",
0018                 "name": "VALENCIA ES VALENCIA AIRPORT"
0019             },
0020             "departureDay": "2018-07-26",
0021             "departureTime": "2018-07-26T16:25:00+02:00",
0022             "flightNumber": "1234"
0023         },
0024         "reservationNumber": "XXX007"
0025     }
0026 ]