Example 9065

Travel Itinerary

A multi-day travel plan.

{
trip: "Jimmietown to Philmouth"
traveler: "Dina Collier"
dates: {
departure: "2026-07-06"
return: "2026-06-30"
}

flights: [
{
flight: "0087"
from: "SCL"
to: "ICN"
departure: "14:00"
seat: "13E"
}

{
flight: "2566"
from: "ALG"
to: "FLL"
departure: "07:00"
seat: "16C"
}
]

hotel: {
name: "Olson - Reichel Hotel"
address: "78737 West Loaf"
check_in: "16:00"
check_out: "10:00"
confirmation: "QGMPALH2"
}
}

See also