Warning, /pim/kitinerary/autotests/postprocessordata/day-rollover.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": "AF"
0010             },
0011             "arrivalAirport": {
0012                 "@type": "Airport",
0013                 "address": {
0014                     "@type": "PostalAddress",
0015                     "addressCountry": "IN"
0016                 },
0017                 "geo": {
0018                     "@type": "GeoCoordinates",
0019                     "latitude": 13.200499534606934,
0020                     "longitude": 77.71070098876953
0021                 },
0022                 "iataCode": "BLR"
0023             },
0024             "arrivalTime": {
0025                 "@type": "QDateTime",
0026                 "@value": "2007-12-04T00:35:00+05:30",
0027                 "timezone": "Asia/Kolkata"
0028             },
0029             "departureAirport": {
0030                 "@type": "Airport",
0031                 "address": {
0032                     "@type": "PostalAddress",
0033                     "addressCountry": "FR"
0034                 },
0035                 "geo": {
0036                     "@type": "GeoCoordinates",
0037                     "latitude": 49.009700775146484,
0038                     "longitude": 2.5477800369262695
0039                 },
0040                 "iataCode": "CDG"
0041             },
0042             "departureDay": "2007-12-03",
0043             "departureTime": {
0044                 "@type": "QDateTime",
0045                 "@value": "2007-12-03T11:00:00+01:00",
0046                 "timezone": "Europe/Paris"
0047             },
0048             "flightNumber": "192"
0049         },
0050         "reservationNumber": "XXX007",
0051         "reservationStatus": "http://schema.org/ReservationConfirmed"
0052     }
0053 ]