Example 3062

Travel Itinerary

A multi-day travel plan.

{
trip: "Virginia Beach to Port Edna"
traveler: "Madisyn Hand"
dates: {
departure: "2026-06-15"
return: "2026-05-24"
}

flights: [
{
flight: "3484"
from: "IST"
to: "SVO"
departure: "06:30"
seat: "34C"
}

{
flight: "7207"
from: "CMN"
to: "JFK"
departure: "07:00"
seat: "30C"
}
]

hotel: {
name: "Dibbert, Okuneva-Grimes and Johns Hotel"
address: "1897 Daniel Run"
check_in: "15:00"
check_out: "10:00"
confirmation: "WDUBQSSN"
}
}

See also