Example 3667

Travel Itinerary

A multi-day travel plan.

{
trip: "Lennieville to Cassandraton"
traveler: "Demetris Jacobs"
dates: {
departure: "2026-06-08"
return: "2026-07-18"
}

flights: [
{
flight: "0096"
from: "YVR"
to: "TXL"
departure: "09:15"
seat: "9F"
}

{
flight: "0143"
from: "YYZ"
to: "MNL"
departure: "07:00"
seat: "6B"
}
]

hotel: {
name: "Emmerich, Wilkinson and Ziemann Hotel"
address: "8606 Emmerich Fork"
check_in: "14:00"
check_out: "12:00"
confirmation: "NGKON378"
}
}

See also