Warning, /pim/kitinerary/autotests/mergedata/cancellation.merged.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "modifiedTime": "2027-02-01T08:30:00-08:00",
0006         "reservationFor": {
0007             "@type": "Flight",
0008             "airline": {
0009                 "@type": "Airline",
0010                 "iataCode": "UA",
0011                 "name": "United"
0012             },
0013             "arrivalAirport": {
0014                 "@type": "Airport",
0015                 "iataCode": "JFK",
0016                 "name": "John F. Kennedy International Airport"
0017             },
0018             "arrivalTime": "2027-03-05T06:30:00-05:00",
0019             "departureAirport": {
0020                 "@type": "Airport",
0021                 "iataCode": "SFO",
0022                 "name": "San Francisco Airport"
0023             },
0024             "departureDay": "2027-03-04",
0025             "departureTime": "2027-03-04T20:15:00-08:00",
0026             "flightNumber": "110"
0027         },
0028         "reservationNumber": "RXJ34P",
0029         "reservationStatus": "http://schema.org/ReservationCancelled",
0030         "underName": {
0031             "@type": "Person",
0032             "name": "Eva Green"
0033         }
0034     }
0035 ]