Example 9066
Travel Itinerary
A multi-day travel plan.
{
trip: "Ignacioton to Osinskistead"
traveler: "Ellen Kerluke"
dates: {
departure: "2026-08-01"
return: "2026-07-28"
}
flights: [
{
flight: "7657"
from: "GIG"
to: "CKG"
departure: "14:00"
seat: "7F"
}
{
flight: "0428"
from: "SFO"
to: "GRU"
departure: "11:30"
seat: "9D"
}
]
hotel: {
name: "Hane and Sons Hotel"
address: "87495 Kennedi Meadows"
check_in: "14:00"
check_out: "10:00"
confirmation: "SUZUJ9EW"
}
}