Example 7474
Travel Itinerary
A multi-day travel plan.
{
trip: "East Brycemouth to Duluth"
traveler: "Christy Keeling"
dates: {
departure: "2026-07-18"
return: "2026-06-09"
}
flights: [
{
flight: "5977"
from: "GEA"
to: "OSL"
departure: "18:45"
seat: "19A"
}
{
flight: "0042"
from: "CLT"
to: "JFK"
departure: "20:00"
seat: "32B"
}
]
hotel: {
name: "Abbott Inc Hotel"
address: "6919 Crown Street"
check_in: "16:00"
check_out: "11:00"
confirmation: "LJKAMQFL"
}
}