Example 2774

Travel Itinerary

A multi-day travel plan.

{
trip: "Georgiafort to West Angieshire"
traveler: "Phil Hartmann"
dates: {
departure: "2026-04-24"
return: "2026-07-01"
}

flights: [
{
flight: "2332"
from: "FCO"
to: "CTU"
departure: "09:15"
seat: "19D"
}

{
flight: "0986"
from: "CMN"
to: "ORD"
departure: "11:30"
seat: "15D"
}
]

hotel: {
name: "O'Reilly Inc Hotel"
address: "958 Maud Harbors"
check_in: "16:00"
check_out: "12:00"
confirmation: "KZV3V37D"
}
}

See also