Example 7079

Travel Itinerary

A multi-day travel plan.

{
trip: "Oceanside to Hillshaven"
traveler: "Holden Glover"
dates: {
departure: "2026-06-18"
return: "2026-06-26"
}

flights: [
{
flight: "0024"
from: "TXL"
to: "AKL"
departure: "18:45"
seat: "3C"
}

{
flight: "0082"
from: "SSA"
to: "DUB"
departure: "07:00"
seat: "35F"
}
]

hotel: {
name: "West LLC Hotel"
address: "8557 Altenwerth Stream"
check_in: "16:00"
check_out: "11:00"
confirmation: "M8YK3T0D"
}
}

See also