Example 8071

Travel Itinerary

A multi-day travel plan.

{
trip: "Montebello to Palmdale"
traveler: "Coralie Bahringer"
dates: {
departure: "2026-06-29"
return: "2026-08-16"
}

flights: [
{
flight: "0677"
from: "ZIA"
to: "PVG"
departure: "14:00"
seat: "5D"
}

{
flight: "0032"
from: "MSP"
to: "MEX"
departure: "20:00"
seat: "14B"
}
]

hotel: {
name: "Nolan Inc Hotel"
address: "3047 W Chestnut Street"
check_in: "16:00"
check_out: "10:00"
confirmation: "EQ2Y4WNA"
}
}

See also