Example 15276
Travel Itinerary
A multi-day travel plan.
{
trip: "Lake Alex to Debbieburgh"
traveler: "Dr. Laurence Gottlieb"
dates: {
departure: "2026-10-01"
return: "2026-10-23"
}
flights: [
{
flight: "0003"
from: "REC"
to: "HNL"
departure: "06:30"
seat: "5A"
}
{
flight: "0029"
from: "ADL"
to: "CAI"
departure: "16:20"
seat: "28B"
}
]
hotel: {
name: "Block Inc Hotel"
address: "26553 Gloucester Road"
check_in: "14:00"
check_out: "11:00"
confirmation: "TLE1FAK2"
}
}