Example 15978

Travel Itinerary

A multi-day travel plan.

{
trip: "Chasityworth to Port Adah"
traveler: "Olga Abbott"
dates: {
departure: "2026-09-15"
return: "2026-10-14"
}

flights: [
{
flight: "0005"
from: "CDG"
to: "GEA"
departure: "09:15"
seat: "10B"
}

{
flight: "3812"
from: "LHR"
to: "EWR"
departure: "16:20"
seat: "18B"
}
]

hotel: {
name: "Wolff - Dare Hotel"
address: "84152 Julia Shoal"
check_in: "16:00"
check_out: "12:00"
confirmation: "ZUCY5IA2"
}
}

See also