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

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "reservationNumber": "XXX007",
0006         "reservationStatus": "http://schema.org/Confirmed",
0007         "underName": {"@type": "Person","name": "Volker Krause"},
0008         "reservationFor": {
0009             "@type": "Flight",
0010             "flightNumber": "8102",
0011             "airline": {"@type": "Airline","name": "Germanwings","iataCode": "4U"},
0012             "departureAirport": {"@type": "Airport","name": "Berlin - Tegel","iataCode": "TXL"},
0013             "departureTime": "02-02-2018 18:35",
0014             "arrivalAirport": {"@type": "Airport","name": "Brussels","iataCode": "BRU"},
0015             "arrivalTime": "02-02-2018 19:55"
0016         },
0017         "airplaneSeat": "15D",
0018         "airplaneSeatClass": {"@type":"AirplaneSeatClass","name": "BASIC"},
0019         "ticketNumber": "20180202 EW8102 TXLBRU",
0020         "ticketToken": "qrCode:M1KRAUSE/VOLKER        XXX007 TXLBRUEW 8102 033Y015D0049 147>1181W 8033BEW 0000000000000291040000000000 0      123412341234567     "
0021     },
0022     {
0023         "@context": "http://schema.org",
0024         "@type": "FlightReservation",
0025         "reservationNumber": "XXX007",
0026         "reservationStatus": "http://schema.org/Confirmed",
0027         "underName": {"@type": "Person","name": "Volker Krause"},
0028         "reservationFor": {
0029             "@type": "Flight",
0030             "flightNumber": "8103",
0031             "airline": {"@type": "Airline","name": "Germanwings","iataCode": "4U"},
0032             "departureAirport": {"@type": "Airport","name": "Brussels","iataCode": "BRU"},
0033             "departureTime": "02-04-2018 20:40",
0034             "arrivalAirport": {"@type": "Airport","name": "Berlin - Tegel","iataCode": "TXL"},
0035             "arrivalTime": "02-04-2018 22:00"
0036         },
0037         "airplaneSeat": "12C",
0038         "airplaneSeatClass": {"@type":"AirplaneSeatClass","name": "BASIC"},
0039         "ticketNumber": "20180204 EW8103 BRUTXL",
0040         "ticketToken": "qrCode:M1KRAUSE/VOLKER        XXX007 BRUTXLEW 8103 035Y012C0030 147>1181W 8033BEW 0000000000000291040000000000 0      123412341234567     "
0041     }
0042 ]