BusTrip
Type name: BusTrip
Extends Intangible
Name |
Type |
Description |
arrivalBusStop |
BusStation or BusStop |
The stop or station from which the bus arrives. |
arrivalTime |
DateTime |
The expected arrival time. |
busName |
Text |
The name of the bus (e.g. Bolt Express). |
busNumber |
Text |
The unique identifier for the bus. |
departureBusStop |
BusStation or BusStop |
The stop or station from which the bus departs. |
departureTime |
DateTime |
The expected departure time. |
provider |
Organization or Person |
The organization providing the reservation. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["`BusTrip` schema provides details about a bus journey, including departure and arrival times and locations."],["It includes information about the bus itself, such as the name and number."],["The schema also identifies the provider of the bus trip, which can be an organization or a person."]]],["The `BusTrip` type outlines bus travel details, extending from `Intangible`. It includes the `arrivalBusStop` and `departureBusStop`, which are either a `BusStation` or `BusStop`. The arrival and departure times are specified using `DateTime`. Key identifiers include `busName` and `busNumber`, represented by `Text`. The `provider`, which can be an `Organization` or `Person`, supplies the bus reservation.\n"]]