Example 7174

Travel Itinerary

A multi-day travel plan.

{
trip: "New Terrellfort to Batzberg"
traveler: "Dr. Robyn Wintheiser"
dates: {
departure: "2026-07-19"
return: "2026-08-23"
}

flights: [
{
flight: "0720"
from: "CMN"
to: "TPE"
departure: "14:00"
seat: "15B"
}

{
flight: "0006"
from: "DFW"
to: "CNF"
departure: "20:00"
seat: "11F"
}
]

hotel: {
name: "Cummerata - Osinski Hotel"
address: "92223 Marcel Park"
check_in: "16:00"
check_out: "10:00"
confirmation: "YSVMSMHM"
}
}

See also