Schema: BusTrip
Schema: BusTrip Example Markup
The following are examples of markup written in json+ld that include the correct usage for Schema: BusTrip.
BusReservation JSON-LD example for a bus ticket. BusReservation adds no properties of its own; see the Reservation example for a complete property walkthrough.
BusTrip JSON-LD example for a local bus route from Scranton to Dunmore. Covers the 4 properties unique to BusTrip: departureBusStop, arrivalBusStop, busName, busNumber.
Trip JSON-LD example for the parent type behind Flight, TrainTrip, BusTrip, and BoatTrip. Covers the shared Trip properties (departureTime, arrivalTime, provider, offers, itinerary, subTrip, partOfTrip) that every reservation-backed travel segment inherits.
BusStation JSON-LD stub for bus stations and terminals. Direct CivicStructure subtype. Used as departureBusStop / arrivalBusStop on BusTrip.