Example 5964

Travel Itinerary

A multi-day travel plan.

{
trip: "East Nikolas to Seanshire"
traveler: "Dr. Nyasia Upton"
dates: {
departure: "2026-05-23"
return: "2026-08-05"
}

flights: [
{
flight: "0003"
from: "MCO"
to: "PEK"
departure: "06:30"
seat: "27F"
}

{
flight: "0028"
from: "NAN"
to: "SIN"
departure: "11:30"
seat: "14C"
}
]

hotel: {
name: "Ledner, Wisoky and Doyle Hotel"
address: "69757 Jacobs Hills"
check_in: "16:00"
check_out: "12:00"
confirmation: "ESHSIK1A"
}
}

See also