Warning, /pim/itinerary/autotests/data/tripgroup/time-based-layover-detection.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "TrainReservation",
0005         "reservationFor": {
0006             "@type": "TrainTrip",
0007             "arrivalStation": {
0008                 "@type": "TrainStation",
0009                 "identifier": "ibnr:8000281",
0010                 "name": "Frankfurt(M) Flughafen Fernbf"
0011             },
0012             "arrivalTime": "2019-06-18T08:22:00",
0013             "departureDay": "2019-06-18",
0014             "departureStation": {
0015                 "@type": "TrainStation",
0016                 "name": "Sömewhere Hbf"
0017             },
0018             "departureTime": "2019-06-18T04:55:00+02:00",
0019             "trainNumber": "ICE 123"
0020         },
0021         "reservationNumber": "12345"
0022     },
0023     {
0024         "@context": "http://schema.org",
0025         "@type": "FlightReservation",
0026         "reservationFor": {
0027             "@type": "Flight",
0028             "airline": {
0029                 "@type": "Airline",
0030                 "iataCode": "FR",
0031                 "name": "Ryanair"
0032             },
0033             "arrivalAirport": {
0034                 "@type": "Airport",
0035                 "iataCode": "VLC",
0036                 "name": "Valencia"
0037             },
0038             "arrivalTime": "2019-06-18T13:10:00+02:00",
0039             "departureAirport": {
0040                 "@type": "Airport",
0041                 "iataCode": "FRA",
0042                 "name": "FRA"
0043             },
0044             "departureDay": "2019-06-18",
0045             "departureTime": "2019-06-18T10:50:00+02:00",
0046             "flightNumber": "2424"
0047         },
0048         "reservationNumber": "XXX007"
0049     },
0050     {
0051         "@context": "http://schema.org",
0052         "@type": "FlightReservation",
0053         "reservationFor": {
0054             "@type": "Flight",
0055             "airline": {
0056                 "@type": "Airline",
0057                 "iataCode": "FR",
0058                 "name": "Ryanair"
0059             },
0060             "arrivalAirport": {
0061                 "@type": "Airport",
0062                 "iataCode": "FRA",
0063                 "name": "FRA"
0064             },
0065             "arrivalTime": "2019-06-26T22:00:00+02:00",
0066             "departureAirport": {
0067                 "@type": "Airport",
0068                 "iataCode": "VLC",
0069                 "name": "Valencia"
0070             },
0071             "departureDay": "2019-06-26",
0072             "departureTime": "2019-06-26T19:40:00+02:00",
0073             "flightNumber": "2425"
0074         },
0075         "reservationNumber": "XXX007"
0076     },
0077     {
0078         "@context": "http://schema.org",
0079         "@type": "TrainReservation",
0080         "reservationFor": {
0081             "@type": "TrainTrip",
0082             "arrivalStation": {
0083                 "@type": "TrainStation",
0084                 "name": "SOEMEWHERE HBF"
0085             },
0086             "arrivalTime": "2019-06-27T03:34:00",
0087             "departureDay": "2019-06-26",
0088             "departureStation": {
0089                 "@type": "TrainStation",
0090                 "name": "FRA FLUG FERNBF"
0091             },
0092             "departureTime": "2019-06-26T23:54:00",
0093             "trainNumber": "NJ 987"
0094         },
0095         "reservationNumber": "987654"
0096     }
0097 ]