XooCode(){

Schema: departureStation

Schema: departureStation Example Markup

The following are examples of markup written in json+ld that include the correct usage for Schema: departureStation.

TrainReservation

TrainReservation JSON-LD example for a train ticket. TrainReservation adds no properties of its own; see the Reservation example for a complete property walkthrough.

TrainTrip

TrainTrip JSON-LD example for a northeast corridor rail journey. Covers the 6 properties unique to TrainTrip: departureStation, arrivalStation, departurePlatform, arrivalPlatform, trainName, trainNumber.

Trip

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.

TrainStation

TrainStation JSON-LD stub for rail stations. Direct CivicStructure subtype. Used as departureStation / arrivalStation on TrainTrip.