Warning, /pim/kitinerary/autotests/structureddata/lh-more-invalid-microdata.json is written in an unsupported language. File is not indexed.

0001 [
0002      {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "additionalTicketText": "",
0006         "airplaneSeat": "25A",
0007         "airplaneSeatClass": {
0008             "@type": "AirplaneSeatClass",
0009             "name": "ECO LIGHT"
0010         },
0011         "checkinUrl": "https://mobile.lufthansa.com/service/checkin?ticketnr=1234567890123&fname=JOHN&name=DOE",
0012         "modifyReservationUrl": "https://mobile.lufthansa.com/service/checkin?ticketnr=1234567890123&fname=JOHN&name=DOE",
0013         "passengerSequenceNumber": "17",
0014         "programMembership": {
0015             "@type": "ProgramMembership",
0016             "program": ""
0017         },
0018         "reservationFor": {
0019             "@type": "Flight",
0020             "airline": {
0021                 "@type": "Airline",
0022                 "iataCode": "LH",
0023                 "image": "https://some.url/logo.png",
0024                 "name": "Lufthansa"
0025             },
0026             "arrivalAirport": {
0027                 "@type": "Airport",
0028                 "iataCode": "TXL",
0029                 "name": "Berlin"
0030             },
0031             "boardingTime": "2017-03-06T17:05:00.000+01:00",
0032             "departureAirport": {
0033                 "@type": "Airport",
0034                 "iataCode": "MUC",
0035                 "name": "Munich"
0036             },
0037             "departureTime": "2017-03-06",
0038             "flightNumber": "2724"
0039         },
0040         "reservationNumber": "XXX007",
0041         "showDepartureTimeOnBoardingPass": "false",
0042         "ticketDownloadUrl": "https://mobile.lufthansa.com/service/mbpdownload?guid=0987654321&l=en",
0043         "ticketNumber": "1234567890123",
0044         "ticketToken": "https://mobile.lufthansa.com/mbp/barcode?guid=QWERTZUIOP",
0045         "underName": {
0046             "@type": "Person",
0047             "name": "John Dow"
0048         }
0049     }
0050 ]