Example 2474
Travel Itinerary
A multi-day travel plan.
{
trip: "Bustermouth to New Walton"
traveler: "Gordon Bartell"
dates: {
departure: "2026-05-18"
return: "2026-05-29"
}
flights: [
{
flight: "6551"
from: "DEN"
to: "POA"
departure: "09:15"
seat: "9C"
}
{
flight: "0063"
from: "IST"
to: "CWB"
departure: "11:30"
seat: "8C"
}
]
hotel: {
name: "Brakus LLC Hotel"
address: "8790 Thompson Meadows"
check_in: "15:00"
check_out: "10:00"
confirmation: "CF9Y5Z1B"
}
}