Warning, /pim/kitinerary/autotests/postprocessordata/lh-incomplete-departure-time.post.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "airplaneSeat": "5A",
0006         "passengerSequenceNumber": "42",
0007         "reservationFor": {
0008             "@type": "Flight",
0009             "airline": {
0010                 "@type": "Airline",
0011                 "iataCode": "LH",
0012                 "name": "Lufthansa"
0013             },
0014             "arrivalAirport": {
0015                 "@type": "Airport",
0016                 "address": {
0017                     "@type": "PostalAddress",
0018                     "addressCountry": "DE"
0019                 },
0020                 "geo": {
0021                     "@type": "GeoCoordinates",
0022                     "latitude": 52.55379867553711,
0023                     "longitude": 13.29319953918457
0024                 },
0025                 "iataCode": "TXL",
0026                 "name": "Berlin"
0027             },
0028             "boardingTime": {
0029                 "@type": "QDateTime",
0030                 "@value": "2018-03-06T17:05:00+01:00",
0031                 "timezone": "Europe/Berlin"
0032             },
0033             "departureAirport": {
0034                 "@type": "Airport",
0035                 "address": {
0036                     "@type": "PostalAddress",
0037                     "addressCountry": "DE"
0038                 },
0039                 "geo": {
0040                     "@type": "GeoCoordinates",
0041                     "latitude": 48.35390090942383,
0042                     "longitude": 11.786100387573242
0043                 },
0044                 "iataCode": "MUC",
0045                 "name": "Munich"
0046             },
0047             "departureDay": "2018-03-06",
0048             "flightNumber": "2724"
0049         },
0050         "reservationNumber": "XXX007",
0051         "reservationStatus": "http://schema.org/ReservationConfirmed"
0052     }
0053 ]