Example 10778
Travel Itinerary
A multi-day travel plan.
{
trip: "East Janahaven to Orlando"
traveler: "Hector Bashirian"
dates: {
departure: "2026-07-25"
return: "2026-08-18"
}
flights: [
{
flight: "0513"
from: "DMK"
to: "DUS"
departure: "14:00"
seat: "35D"
}
{
flight: "0002"
from: "VIE"
to: "PHX"
departure: "07:00"
seat: "20A"
}
]
hotel: {
name: "Champlin, Vandervort and Rau-Prohaska Hotel"
address: "58126 Brook Lane"
check_in: "15:00"
check_out: "11:00"
confirmation: "LPBJXFKL"
}
}