Warning, /pim/kitinerary/autotests/extractordata/synthetic/flight-booking.eml.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "airplaneSeat": "9A",
0006         "boardingGroup": "B",
0007         "modifiedTime": "2027-03-14T13:05:00-05:00",
0008         "potentialAction": [
0009             {
0010                 "@type": "CancelAction",
0011                 "target": "http://cheapair.com/cancel?id=RXJ34P"
0012             },
0013             {
0014                 "@type": "CheckInAction",
0015                 "target": "http://united.com/onlinecheckin.html"
0016             },
0017             {
0018                 "@type": "DownloadAction",
0019                 "target": "http://cheapair.com/download/RXJ34P.pdf"
0020             },
0021             {
0022                 "@type": "UpdateAction",
0023                 "target": "http://cheapair.com/edit?id=RXJ34P"
0024             },
0025             {
0026                 "@type": "ViewAction",
0027                 "target": "http://cheapair.com/view/RXJ34P"
0028             }
0029         ],
0030         "programMembershipUsed": {
0031             "@type": "ProgramMembership",
0032             "membershipNumber": "4BY123111",
0033             "programName": "StarAlliance"
0034         },
0035         "reservationFor": {
0036             "@type": "Flight",
0037             "airline": {
0038                 "@type": "Airline",
0039                 "iataCode": "UA",
0040                 "name": "United"
0041             },
0042             "arrivalAirport": {
0043                 "@type": "Airport",
0044                 "address": {
0045                     "@type": "PostalAddress",
0046                     "addressCountry": "US"
0047                 },
0048                 "geo": {
0049                     "@type": "GeoCoordinates",
0050                     "latitude": 40.63970184326172,
0051                     "longitude": -73.77890014648438
0052                 },
0053                 "iataCode": "JFK",
0054                 "name": "John F. Kennedy International Airport"
0055             },
0056             "arrivalTerminal": "B",
0057             "arrivalTime": {
0058                 "@type": "QDateTime",
0059                 "@value": "2027-03-05T06:30:00-05:00",
0060                 "timezone": "America/New_York"
0061             },
0062             "boardingTime": {
0063                 "@type": "QDateTime",
0064                 "@value": "2027-03-04T19:15:00-08:00",
0065                 "timezone": "America/Los_Angeles"
0066             },
0067             "departureAirport": {
0068                 "@type": "Airport",
0069                 "address": {
0070                     "@type": "PostalAddress",
0071                     "addressCountry": "US"
0072                 },
0073                 "geo": {
0074                     "@type": "GeoCoordinates",
0075                     "latitude": 37.6161994934082,
0076                     "longitude": -122.39199829101562
0077                 },
0078                 "iataCode": "SFO",
0079                 "name": "San Francisco Airport"
0080             },
0081             "departureDay": "2027-03-04",
0082             "departureGate": "11",
0083             "departureTerminal": "B",
0084             "departureTime": {
0085                 "@type": "QDateTime",
0086                 "@value": "2027-03-04T20:15:00-08:00",
0087                 "timezone": "America/Los_Angeles"
0088             },
0089             "flightNumber": "110"
0090         },
0091         "reservationNumber": "RXJ34P",
0092         "reservationStatus": "http://schema.org/ReservationConfirmed",
0093         "reservedTicket": {
0094             "@type": "Ticket",
0095             "ticketToken": "qrCode:123456789"
0096         },
0097         "underName": {
0098             "@type": "Person",
0099             "email": "eva@mail.com",
0100             "name": "Eva Green"
0101         },
0102         "url": "http://cheapair.com/view/RXJ34P"
0103     }
0104 ]