Warning, /pim/itinerary/autotests/data/tripgroup/flight-direct-return.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": "DY",
0010                 "name": "Norwegian Air Shuttle (DY)"
0011             },
0012             "arrivalAirport": {
0013                 "@type": "Airport",
0014                 "iataCode": "OSL",
0015                 "name": "Oslo Airport"
0016             },
0017             "arrivalTime": "2018-06-11T11:30:00+02:00",
0018             "departureAirport": {
0019                 "@type": "Airport",
0020                 "iataCode": "SXF",
0021                 "name": "Schoenefeld"
0022             },
0023             "departureTime": "2018-06-11T09:50:00+02:00",
0024             "flightNumber": "1103"
0025         },
0026         "reservationNumber": "XXX007"
0027     },
0028     {
0029         "@context": "http://schema.org",
0030         "@type": "FlightReservation",
0031         "reservationFor": {
0032             "@type": "Flight",
0033             "airline": {
0034                 "@type": "Airline",
0035                 "iataCode": "DY",
0036                 "name": "Norwegian Air Shuttle (DY)"
0037             },
0038             "arrivalAirport": {
0039                 "@type": "Airport",
0040                 "iataCode": "SXF",
0041                 "name": "Schoenefeld"
0042             },
0043             "arrivalTime": "2018-06-12T19:35:00+02:00",
0044             "departureAirport": {
0045                 "@type": "Airport",
0046                 "iataCode": "OSL",
0047                 "name": "Oslo Airport"
0048             },
0049             "departureTime":"2018-06-12T18:00:00+02:00",
0050             "flightNumber": "1108"
0051         },
0052         "reservationNumber": "XXX007"
0053     }
0054 ]