Example 12868

Travel Itinerary

A multi-day travel plan.

{
trip: "Lake Irmachester to Port Bradenborough"
traveler: "Hollis Grant"
dates: {
departure: "2026-09-15"
return: "2026-08-02"
}

flights: [
{
flight: "0042"
from: "EWR"
to: "FRA"
departure: "14:00"
seat: "29B"
}

{
flight: "0077"
from: "VCP"
to: "CLO"
departure: "11:30"
seat: "25B"
}
]

hotel: {
name: "Orn Inc Hotel"
address: "1294 The Hawthorns"
check_in: "14:00"
check_out: "10:00"
confirmation: "NCLJXBCA"
}
}

See also