Warning, /pim/itinerary/tests/akademy2017.json is written in an unsupported language. File is not indexed.

0001 [
0002    {
0003         "@context": "http://schema.org",
0004         "@type": "FlightReservation",
0005         "reservationFor": {
0006             "@type": "Flight",
0007             "airline": {
0008                 "@type": "Airline",
0009                 "iataCode": "IB",
0010                 "name": "Iberia Express"
0011             },
0012             "arrivalAirport": {
0013                 "@type": "Airport",
0014                 "geo": {
0015                     "@type": "GeoCoordinates",
0016                     "latitude": 40.472198486328125,
0017                     "longitude": -3.5608301162719727
0018                 },
0019                 "iataCode": "MAD",
0020                 "name": "Madrid"
0021             },
0022             "arrivalTime": {
0023                 "@type": "QDateTime",
0024                 "@value": "2017-07-20T15:35:00+02:00",
0025                 "timezone": "Europe/Madrid"
0026             },
0027             "departureAirport": {
0028                 "@type": "Airport",
0029                 "geo": {
0030                     "@type": "GeoCoordinates",
0031                     "latitude": 52.55970001220703,
0032                     "longitude": 13.287799835205078
0033                 },
0034                 "iataCode": "TXL",
0035                 "name": "Berlin"
0036             },
0037             "departureDay": "2017-07-20",
0038             "departureTime": {
0039                 "@type": "QDateTime",
0040                 "@value": "2017-07-20T12:25:00+02:00",
0041                 "timezone": "Europe/Berlin"
0042             },
0043             "flightNumber": "3677"
0044         },
0045         "reservationNumber": "YYY0008"
0046     },
0047     {
0048         "@context": "http://schema.org",
0049         "@type": "FlightReservation",
0050         "reservationFor": {
0051             "@type": "Flight",
0052             "airline": {
0053                 "@type": "Airline",
0054                 "iataCode": "IB",
0055                 "name": "Iberia Regional Air Nostrum"
0056             },
0057             "arrivalAirport": {
0058                 "@type": "Airport",
0059                 "geo": {
0060                     "@type": "GeoCoordinates",
0061                     "latitude": 36.84389877319336,
0062                     "longitude": -2.369999885559082
0063                 },
0064                 "iataCode": "LEI",
0065                 "name": "Almeria"
0066             },
0067             "arrivalTime": {
0068                 "@type": "QDateTime",
0069                 "@value": "2017-07-20T19:00:00+02:00",
0070                 "timezone": "Europe/Madrid"
0071             },
0072             "departureAirport": {
0073                 "@type": "Airport",
0074                 "geo": {
0075                     "@type": "GeoCoordinates",
0076                     "latitude": 40.472198486328125,
0077                     "longitude": -3.5608301162719727
0078                 },
0079                 "iataCode": "MAD",
0080                 "name": "Madrid"
0081             },
0082             "departureDay": "2017-07-20",
0083             "departureTime": {
0084                 "@type": "QDateTime",
0085                 "@value": "2017-07-20T17:50:00+02:00",
0086                 "timezone": "Europe/Madrid"
0087             },
0088             "flightNumber": "8588"
0089         },
0090         "reservationNumber": "YYY0008"
0091     },
0092     {
0093         "@context": "http://schema.org",
0094         "@type": "RentalCarReservation",
0095         "reservationNumber": "546323",
0096         "reservationStatus": "http://schema.org/Confirmed",
0097         "underName": {
0098             "@type": "Person",
0099             "name": "Dr Konqi"
0100         },
0101         "reservationFor": {
0102             "@type": "RentalCar",
0103             "name": "Economy Class Car",
0104             "model": "918 Spyder",
0105             "brand": {
0106                 "@type": "Brand",
0107                 "name": "Porsch"
0108             },
0109             "rentalCompany": {
0110                 "@type": "Organization",
0111                 "name": "Hertz"
0112             }
0113         },
0114         "pickupLocation": {
0115             "@type": "Place",
0116             "geo": {
0117                 "@type": "GeoCoordinates",
0118                 "latitude": 40.472198486328125,
0119                 "longitude": -3.5608301162719727
0120             },
0121             "name": "Hertz Almeria Airport"
0122         },
0123         "pickupTime": "2017-07-20T18:00:00+02:00",
0124         "dropoffLocation": {
0125             "@type": "Place",
0126             "geo": {
0127                 "@type": "GeoCoordinates",
0128                 "latitude": 40.472198486328125,
0129                 "longitude": -3.5608301162719727
0130             },
0131             "name": "Hertz Almeria Airport"
0132         },
0133         "dropoffTime": "2017-07-28T07:00:00+02:00"
0134     },
0135     {
0136         "@context": "http://schema.org",
0137         "@type": "BusReservation",
0138         "reservationFor": {
0139             "@type": "BusTrip",
0140             "arrivalStation": {
0141                 "@type": "BusStation",
0142                 "name": "71 - Plaza Nueva Andalucía"
0143             },
0144             "arrivalTime": "2017-07-20T19:15:00",
0145             "busName": "",
0146             "busNumber": "22",
0147             "departureStation": {
0148                 "@type": "BusStation",
0149                 "name": "188 - Aeropuerto"
0150             },
0151             "departureTime": "2017-07-20T18:55:00"
0152         }
0153     },
0154     {
0155         "@context": "http://schema.org",
0156         "@type": "LodgingReservation",
0157         "checkinDate": "2017-07-20T15:00:00+02:00",
0158         "checkoutDate": "2017-07-28T10:00:00+02:00",
0159         "reservationFor": {
0160             "@type": "LodgingBusiness",
0161             "address": {
0162                 "@type": "PostalAddress",
0163                 "addressCountry": "Spain",
0164                 "addressLocality": "Almería",
0165                 "postalCode": "04006",
0166                 "streetAddress": "C/ Fernán Caballero, 1"
0167             },
0168             "name": "CIVITAS Residence",
0169             "url": "http://www.residenciacivitas.com/en/"
0170         }
0171     },
0172     {
0173         "@context": "http://schema.org",
0174         "@type": "EventReservation",
0175         "reservationStatus": "http://schema.org/Confirmed",
0176         "underName": {
0177             "@type": "Person",
0178             "name": "Dr Konqui"
0179         },
0180         "reservationFor": {
0181             "@type": "Event",
0182             "name": "Akademy 2017 Welcome Party",
0183             "startDate": "2017-07-20T15:00:00+02:00",
0184             "location": {
0185                 "@type": "Place",
0186                 "name": "Civitas",
0187                 "address": {
0188                     "@type": "PostalAddress",
0189                     "addressCountry": "Spain",
0190                     "addressLocality": "Almería",
0191                     "postalCode": "04006",
0192                     "streetAddress": "C/ Fernán Caballero, 1"
0193                 }
0194             }
0195         }
0196     },
0197     {
0198         "@context": "http://schema.org",
0199         "@type": "FlightReservation",
0200         "reservationFor": {
0201             "@type": "Flight",
0202             "airline": {
0203                 "@type": "Airline",
0204                 "iataCode": "IB",
0205                 "name": "Iberia Regional Air Nostrum"
0206             },
0207             "arrivalAirport": {
0208                 "@type": "Airport",
0209                 "geo": {
0210                     "@type": "GeoCoordinates",
0211                     "latitude": 40.472198486328125,
0212                     "longitude": -3.5608301162719727
0213                 },
0214                 "iataCode": "MAD",
0215                 "name": "Madrid"
0216             },
0217             "arrivalTime": {
0218                 "@type": "QDateTime",
0219                 "@value": "2017-07-28T08:25:00+02:00",
0220                 "timezone": "Europe/Madrid"
0221             },
0222             "departureAirport": {
0223                 "@type": "Airport",
0224                 "geo": {
0225                     "@type": "GeoCoordinates",
0226                     "latitude": 36.84389877319336,
0227                     "longitude": -2.369999885559082
0228                 },
0229                 "iataCode": "LEI",
0230                 "name": "Almeria"
0231             },
0232             "departureDay": "2017-07-28",
0233             "departureTime": {
0234                 "@type": "QDateTime",
0235                 "@value": "2017-07-28T07:15:00+02:00",
0236                 "timezone": "Europe/Madrid"
0237             },
0238             "flightNumber": "8603"
0239         },
0240         "reservationNumber": "YYY0008"
0241     },
0242     {
0243         "@context": "http://schema.org",
0244         "@type": "FlightReservation",
0245         "reservationFor": {
0246             "@type": "Flight",
0247             "airline": {
0248                 "@type": "Airline",
0249                 "iataCode": "IB"
0250             },
0251             "arrivalAirport": {
0252                 "@type": "Airport",
0253                 "geo": {
0254                     "@type": "GeoCoordinates",
0255                     "latitude": 52.55970001220703,
0256                     "longitude": 13.287799835205078
0257                 },
0258                 "iataCode": "TXL",
0259                 "name": "Berlin"
0260             },
0261             "arrivalTime": {
0262                 "@type": "QDateTime",
0263                 "@value": "2017-07-28T15:00:00+02:00",
0264                 "timezone": "Europe/Berlin"
0265             },
0266             "departureAirport": {
0267                 "@type": "Airport",
0268                 "geo": {
0269                     "@type": "GeoCoordinates",
0270                     "latitude": 40.472198486328125,
0271                     "longitude": -3.5608301162719727
0272                 },
0273                 "iataCode": "MAD",
0274                 "name": "Madrid"
0275             },
0276             "departureDay": "2017-07-28",
0277             "departureTime": {
0278                 "@type": "QDateTime",
0279                 "@value": "2017-07-28T12:00:00+02:00",
0280                 "timezone": "Europe/Madrid"
0281             },
0282             "flightNumber": "3186"
0283         },
0284         "reservationNumber": "YYY0008"
0285     }
0286 ]