Example 8367

Travel Itinerary

A multi-day travel plan.

{
trip: "Lexiport to Fort Jazmyn"
traveler: "Mathew Jenkins"
dates: {
departure: "2026-07-01"
return: "2026-07-20"
}

flights: [
{
flight: "0038"
from: "YVR"
to: "HBA"
departure: "06:30"
seat: "35A"
}

{
flight: "3691"
from: "CPH"
to: "VIE"
departure: "07:00"
seat: "27A"
}
]

hotel: {
name: "Borer - Spencer Hotel"
address: "13164 Christine Key"
check_in: "14:00"
check_out: "11:00"
confirmation: "YLJGTGJQ"
}
}

See also