Example 8779

Travel Itinerary

A multi-day travel plan.

{
trip: "New Marjorie to Port Molly"
traveler: "Royal Hermann"
dates: {
departure: "2026-07-09"
return: "2026-06-24"
}

flights: [
{
flight: "0005"
from: "ADL"
to: "ZRH"
departure: "18:45"
seat: "24F"
}

{
flight: "0094"
from: "GEA"
to: "CDG"
departure: "11:30"
seat: "7D"
}
]

hotel: {
name: "Cole Inc Hotel"
address: "877 Tami Village"
check_in: "15:00"
check_out: "10:00"
confirmation: "BUYWAER2"
}
}

See also