Example 3571

Travel Itinerary

A multi-day travel plan.

{
trip: "Akron to Manuelachester"
traveler: "Loy Feil"
dates: {
departure: "2026-06-17"
return: "2026-07-14"
}

flights: [
{
flight: "0960"
from: "BEL"
to: "SYD"
departure: "18:45"
seat: "22C"
}

{
flight: "0679"
from: "CTU"
to: "DEL"
departure: "07:00"
seat: "1D"
}
]

hotel: {
name: "Olson, Carroll and Romaguera Hotel"
address: "3345 W 12th Street"
check_in: "14:00"
check_out: "11:00"
confirmation: "8LNXXOBX"
}
}

See also