Warning, /pim/kitinerary/autotests/structureddata/google-flight-reservation-microdata.json is written in an unsupported language. File is not indexed.

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