Warning, /pim/kitinerary/autotests/mergedata/bus-no-number.merged.json is written in an unsupported language. File is not indexed.

0001 [
0002     {
0003         "@context": "http://schema.org",
0004         "@type": "BusReservation",
0005         "reservationFor": {
0006             "@type": "BusTrip",
0007             "arrivalBusStop": {
0008                 "@type": "BusStation",
0009                 "address": {
0010                     "@type": "PostalAddress",
0011                     "addressLocality": "Bratislava"
0012                 },
0013                 "name": "Autobusová stanica Nivy"
0014             },
0015             "arrivalTime": "2023-07-08T17:25:00",
0016             "departureBusStop": {
0017                 "@type": "BusStation",
0018                 "address": {
0019                     "@type": "PostalAddress",
0020                     "addressCountry": "AT",
0021                     "addressLocality": "Vienna"
0022                 },
0023                 "name": "Airport"
0024             },
0025             "departurePlatform": "4",
0026             "departureTime": "2023-07-08T16:30:00+02:00"
0027         },
0028         "reservationStatus": "http://schema.org/ReservationConfirmed"
0029     }
0030 ]