Example 5480
Travel Itinerary
A multi-day travel plan.
{
trip: "La Mirada to Buffalo"
traveler: "Bianka Schuppe"
dates: {
departure: "2026-07-10"
return: "2026-07-29"
}
flights: [
{
flight: "0975"
from: "ORD"
to: "PEK"
departure: "14:00"
seat: "27B"
}
{
flight: "0008"
from: "CLT"
to: "MAD"
departure: "16:20"
seat: "3D"
}
]
hotel: {
name: "Hammes - Kulas Hotel"
address: "8704 Lindsay Valleys"
check_in: "15:00"
check_out: "12:00"
confirmation: "JY9SOTVM"
}
}