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

0001 [{
0002   "internal-comment": "sample from https://developers.google.com/gmail/markup/reference/flight-reservation#cancel_a_flight",
0003   "@context": "http://schema.org",
0004   "@type": "FlightReservation",
0005   "reservationNumber": "RXJ34P",
0006   "reservationStatus": "http://schema.org/Cancelled",
0007   "underName": {
0008     "@type": "Person",
0009     "name": "Eva Green"
0010   },
0011   "reservationFor": {
0012     "@type": "Flight",
0013     "flightNumber": "110",
0014     "airline": {
0015       "@type": "Airline",
0016       "name": "United",
0017       "iataCode": "UA"
0018     },
0019     "departureAirport": {
0020       "@type": "Airport",
0021       "name": "San Francisco Airport",
0022       "iataCode": "SFO"
0023     },
0024     "departureTime": "2027-03-04T20:15:00-08:00",
0025     "arrivalAirport": {
0026       "@type": "Airport",
0027       "name": "John F. Kennedy International Airport",
0028       "iataCode": "JFK"
0029     },
0030     "arrivalTime": "2027-03-05T06:30:00-05:00"
0031   },
0032   "checkinUrl": "http://united.com/onlinecheckin.html",
0033   "modifiedTime": "2027-05-01T08:30:00-08:00",
0034   "modifyReservationUrl": "http://united.com/modifyreservation.html"
0035 }]