Warning, /pim/kitinerary/autotests/postprocessordata/ambiguous-iata-code-small-distance.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": "CA",
0010                 "name": "AIR CHINA"
0011             },
0012             "arrivalAirport": {
0013                 "@type": "Airport",
0014                 "address": {
0015                     "@type": "PostalAddress",
0016                     "addressCountry": "JP"
0017                 },
0018                 "name": "OSAKA JP KANSAI INTERNATIONAL"
0019             },
0020             "arrivalTime": {
0021                 "@type": "QDateTime",
0022                 "@value": "2010-01-01T20:30:00+09:00",
0023                 "timezone": "Asia/Tokyo"
0024             },
0025             "departureAirport": {
0026                 "@type": "Airport",
0027                 "address": {
0028                     "@type": "PostalAddress",
0029                     "addressCountry": "CN"
0030                 },
0031                 "geo": {
0032                     "@type": "GeoCoordinates",
0033                     "latitude": 31.143299102783203,
0034                     "longitude": 121.80500030517578
0035                 },
0036                 "iataCode": "PVG",
0037                 "name": "SHANGHAI CN PUDONG INTL"
0038             },
0039             "departureDay": "2010-01-01",
0040             "departureTime": {
0041                 "@type": "QDateTime",
0042                 "@value": "2018-01-01T17:30:00+08:00",
0043                 "timezone": "Asia/Shanghai"
0044             },
0045             "flightNumber": "123"
0046         },
0047         "reservationNumber": "XXX007",
0048         "reservationStatus": "http://schema.org/ReservationConfirmed"
0049     }
0050 ]