Example 6474

Travel Itinerary

A multi-day travel plan.

{
trip: "Palatine to Paramount"
traveler: "Greg Ferry"
dates: {
departure: "2026-07-01"
return: "2026-07-22"
}

flights: [
{
flight: "0007"
from: "MAD"
to: "OOL"
departure: "18:45"
seat: "34E"
}

{
flight: "0561"
from: "ATL"
to: "HEL"
departure: "20:00"
seat: "27D"
}
]

hotel: {
name: "Hilpert and Sons Hotel"
address: "75663 Mayer Lake"
check_in: "16:00"
check_out: "11:00"
confirmation: "WIQUJMW3"
}
}

See also