Example 9261

Travel Itinerary

A multi-day travel plan.

{
trip: "Abbieland to Julianstead"
traveler: "Lucille Jacobi"
dates: {
departure: "2026-08-20"
return: "2026-09-09"
}

flights: [
{
flight: "0596"
from: "HKG"
to: "CPT"
departure: "09:15"
seat: "8D"
}

{
flight: "0049"
from: "ARN"
to: "CTU"
departure: "07:00"
seat: "4D"
}
]

hotel: {
name: "Goldner, Schinner and Bartell Hotel"
address: "157 Patricia Pines"
check_in: "15:00"
check_out: "10:00"
confirmation: "PQNOKOQF"
}
}

See also