Warning, /pim/kitinerary/autotests/postprocessordata/google-actions.pre.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   "url": "http://cheapair.com/view/RXJ34P",
0007   "underName": {
0008     "@type": "Person",
0009     "name": "Eva Green",
0010     "email": "eva@mail.com"
0011   },
0012   "bookingAgent": {
0013     "@type": "Organization",
0014     "name": "Cheap Air Travel",
0015     "url": "http://cheapair.com/"
0016   },
0017   "bookingTime": "2027-01-14T13:05:00-05:00",
0018   "modifiedTime": "2027-03-14T13:05:00-05:00",
0019   "programMembership": {
0020     "@type": "ProgramMembership",
0021     "memberNumber": "4BY123111",
0022     "program": "StarAlliance"
0023   },
0024   "confirmReservationUrl": "http://cheapair.com/confirm?id=RXJ34P",
0025   "cancelReservationUrl": "http://cheapair.com/cancel?id=RXJ34P",
0026   "modifyReservationUrl": "http://cheapair.com/edit?id=RXJ34P",
0027   "checkinUrl": "http://united.com/onlinecheckin.html",
0028   "potentialAction": [
0029     {
0030       "@type": "ConfirmAction",
0031       "target": "http://cheapair.com/confirm?id=RXJ34P"
0032     },
0033     {
0034       "@type": "CancelAction",
0035       "target": "http://cheapair.com/cancel?id=RXJ34P"
0036     },
0037     {
0038       "@type": "EditAction",
0039       "target": "http://cheapair.com/edit?id=RXJ34P"
0040     },
0041     {
0042       "@type": "CheckInAction",
0043       "target": "http://united.com/onlinecheckin.html"
0044     }
0045   ],
0046   "reservationFor": {
0047     "@type": "Flight",
0048     "flightNumber": "110",
0049     "airline": {
0050       "@type": "Airline",
0051       "name": "United",
0052       "iataCode": "UA"
0053     },
0054     "operatedBy": {
0055       "@type": "Airline",
0056       "name": "Continental Airlines",
0057       "iataCode": "CO"
0058     },
0059     "departureAirport": {
0060       "@type": "Airport",
0061       "name": "San Francisco Airport",
0062       "iataCode": "SFO"
0063     },
0064     "departureTime": "2027-03-04T20:15:00-08:00",
0065     "departureGate": "11",
0066     "departureTerminal": "B",
0067     "arrivalAirport": {
0068       "@type": "Airport",
0069       "name": "John F. Kennedy International Airport",
0070       "iataCode": "JFK"
0071     },
0072     "arrivalTime": "2027-03-05T06:30:00-05:00",
0073     "arrivalGate": "32",
0074     "arrivalTerminal": "B",
0075     "webCheckinTime": "2027-03-03T20:00:00-08:00",
0076     "boardingTime": "2027-03-04T19:15:00-08:00"
0077   },
0078   "ticketNumber": "123XYZ",
0079   "ticketDownloadUrl": "http://cheapair.com/download/RXJ34P.pdf",
0080   "ticketPrintUrl": "http://cheapair.com/print/RXJ34P.html",
0081   "ticketToken": "qrCode:123456789",
0082   "additionalTicketText": "Some ticket details, terms and conditions...",
0083   "airplaneSeat": "9A",
0084   "airplaneSeatClass": {
0085     "@type": "AirplaneSeatClass",
0086     "name": "Business"
0087   },
0088   "boardingGroup": "B"
0089 }]