Warning, /pim/kitinerary/autotests/postprocessordata/ambiguous-airports-2x2.post.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                 "address": {
0014                     "@type": "PostalAddress",
0015                     "addressCountry": "DE"
0016                 },
0017                 "name": "FRANKFURT DE FRANKFURT INTL"
0018             },
0019             "arrivalTime": {
0020                 "@type": "QDateTime",
0021                 "@value": "2018-07-26T18:50:00+02:00",
0022                 "timezone": "Europe/Berlin"
0023             },
0024             "departureAirport": {
0025                 "@type": "Airport",
0026                 "address": {
0027                     "@type": "PostalAddress",
0028                     "addressCountry": "ES"
0029                 },
0030                 "geo": {
0031                     "@type": "GeoCoordinates",
0032                     "latitude": 39.4921989440918,
0033                     "longitude": -0.474373996257782
0034                 },
0035                 "iataCode": "VLC",
0036                 "name": "VALENCIA ES VALENCIA AIRPORT"
0037             },
0038             "departureDay": "2018-07-26",
0039             "departureTime": {
0040                 "@type": "QDateTime",
0041                 "@value": "2018-07-26T16:25:00+02:00",
0042                 "timezone": "Europe/Madrid"
0043             },
0044             "flightNumber": "1234"
0045         },
0046         "reservationNumber": "XXX007",
0047         "reservationStatus": "http://schema.org/ReservationConfirmed"
0048     }
0049 ]