Warning, /pim/kitinerary/autotests/mergedata/bus-no-number.rhs.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                     "addressLocality": "Vienna"
0021                 },
0022                 "name": "Airport"
0023             },
0024             "departureTime": "2023-07-08T16:30:00+02:00"
0025         }
0026     }
0027 ]