Warning, /pim/itinerary/autotests/data/timeline/flight-cancelation.model is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "isToday": true,
0004         "isTodayEmpty": true,
0005         "rangeType": 0,
0006         "sectionHeader": "1996-10-14",
0007         "type": 1
0008     },
0009     {
0010         "isToday": false,
0011         "rangeType": 0,
0012         "reservations": [
0013             {
0014                 "@context": "http://schema.org",
0015                 "@type": "FlightReservation",
0016                 "modifiedTime": "1996-05-01T08:30:00-08:00",
0017                 "potentialAction": [
0018                     {
0019                         "@type": "CheckInAction",
0020                         "target": "http://united.com/onlinecheckin.html"
0021                     },
0022                     {
0023                         "@type": "UpdateAction",
0024                         "target": "http://united.com/modifyreservation.html"
0025                     }
0026                 ],
0027                 "reservationFor": {
0028                     "@type": "Flight",
0029                     "airline": {
0030                         "@type": "Airline",
0031                         "iataCode": "UA",
0032                         "name": "United"
0033                     },
0034                     "arrivalAirport": {
0035                         "@type": "Airport",
0036                         "address": {
0037                             "@type": "PostalAddress",
0038                             "addressCountry": "US"
0039                         },
0040                         "geo": {
0041                             "@type": "GeoCoordinates",
0042                             "latitude": 40.63970184326172,
0043                             "longitude": -73.77890014648438
0044                         },
0045                         "iataCode": "JFK",
0046                         "name": "John F. Kennedy International Airport"
0047                     },
0048                     "arrivalTime": {
0049                         "@type": "QDateTime",
0050                         "@value": "1996-10-17T06:30:00-04:00",
0051                         "timezone": "America/New_York"
0052                     },
0053                     "departureAirport": {
0054                         "@type": "Airport",
0055                         "address": {
0056                             "@type": "PostalAddress",
0057                             "addressCountry": "US"
0058                         },
0059                         "geo": {
0060                             "@type": "GeoCoordinates",
0061                             "latitude": 37.6161994934082,
0062                             "longitude": -122.39199829101562
0063                         },
0064                         "iataCode": "SFO",
0065                         "name": "San Francisco Airport"
0066                     },
0067                     "departureDay": "1996-10-16",
0068                     "departureTime": {
0069                         "@type": "QDateTime",
0070                         "@value": "1996-10-16T20:15:00-07:00",
0071                         "timezone": "America/Los_Angeles"
0072                     },
0073                     "flightNumber": "110"
0074                 },
0075                 "reservationNumber": "RXJ34P",
0076                 "reservationStatus": "http://schema.org/ReservationCancelled",
0077                 "underName": {
0078                     "@type": "Person",
0079                     "name": "Eva Green"
0080                 }
0081             }
0082         ],
0083         "sectionHeader": "1996-10-16",
0084         "type": 6
0085     }
0086 ]