Example 5076
Travel Itinerary
A multi-day travel plan.
{
trip: "Kiehnfurt to New Stephanieton"
traveler: "Alexander Schinner-Feest"
dates: {
departure: "2026-07-06"
return: "2026-08-03"
}
flights: [
{
flight: "3920"
from: "ATL"
to: "MSP"
departure: "14:00"
seat: "5C"
}
{
flight: "0986"
from: "ALG"
to: "LIM"
departure: "07:00"
seat: "4D"
}
]
hotel: {
name: "Dickens, Franey and Kshlerin Hotel"
address: "252 Sycamore Close"
check_in: "14:00"
check_out: "11:00"
confirmation: "CVUCNPCS"
}
}