Warning, /pim/itinerary/autotests/data/bug455083.json is written in an unsupported language. File is not indexed.

0001 [
0002   {
0003     "@context": "http://schema.org",
0004     "@type": "FlightReservation",
0005     "reservationNumber": "XXX007",
0006     "reservationStatus": "http://schema.org/Confirmed",
0007     "reservationFor": {
0008       "@type": "Flight",
0009       "flightNumber": "1234",
0010       "departureAirport": {
0011         "@type": "Airport",
0012         "iataCode": "STR"
0013       },
0014       "departureTime": "2017-03-04T11:00:00-05:00",
0015       "arrivalAirport": {
0016         "@type": "Airport",
0017         "iataCode": "MUC"
0018       },
0019       "arrivalTime": "2017-03-05T13:25:00-06:00"
0020     }
0021   },
0022     {
0023         "@context": "http://schema.org",
0024         "@type": "LodgingReservation",
0025         "checkinDate": "2022-06-13T15:00:00+02:00",
0026         "checkoutDate": "2022-06-17T10:00:00+02:00",
0027         "reservationFor": {
0028             "@type": "LodgingBusiness",
0029             "address": {
0030                 "@type": "PostalAddress",
0031                 "addressCountry": "DE",
0032                 "addressLocality": "Berlin",
0033                 "addressRegion": "BE",
0034                 "postalCode": "10553"
0035             },
0036             "name": "Some Hotel"
0037         }
0038     }
0039 ]