Warning, /pim/kitinerary/autotests/jsonlddata/flight-cancellation.out.json is written in an unsupported language. File is not indexed.

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