Example 6562

Travel Itinerary

A multi-day travel plan.

{
trip: "Garden Grove to St. Joseph"
traveler: "Tasha Zieme"
dates: {
departure: "2026-07-03"
return: "2026-08-19"
}

flights: [
{
flight: "0045"
from: "CKG"
to: "GRU"
departure: "09:15"
seat: "11A"
}

{
flight: "4020"
from: "YVR"
to: "JFK"
departure: "20:00"
seat: "12F"
}
]

hotel: {
name: "Abbott, Carter and Schuster Hotel"
address: "84506 Lena Orchard"
check_in: "15:00"
check_out: "12:00"
confirmation: "5XV6KB7Z"
}
}

See also