Example 4275
Travel Itinerary
A multi-day travel plan.
{
trip: "Roobborough to San Mateo"
traveler: "Dr. Regina Hauck"
dates: {
departure: "2026-06-19"
return: "2026-07-23"
}
flights: [
{
flight: "0055"
from: "GIG"
to: "OSL"
departure: "06:30"
seat: "20F"
}
{
flight: "0975"
from: "GIG"
to: "LHR"
departure: "07:00"
seat: "34B"
}
]
hotel: {
name: "Ledner, Wilkinson and Ziemann Hotel"
address: "71607 Carroll Estates"
check_in: "14:00"
check_out: "12:00"
confirmation: "2NLRZFJB"
}
}