Example 9878

Travel Itinerary

A multi-day travel plan.

{
trip: "Faystead to Fort Hollyboro"
traveler: "Marlee Haley"
dates: {
departure: "2026-07-23"
return: "2026-07-03"
}

flights: [
{
flight: "0792"
from: "ATL"
to: "FCO"
departure: "14:00"
seat: "14D"
}

{
flight: "4750"
from: "HND"
to: "MNL"
departure: "07:00"
seat: "12A"
}
]

hotel: {
name: "Conn, O'Keefe and Thompson Hotel"
address: "41726 Judge Burg"
check_in: "14:00"
check_out: "10:00"
confirmation: "RXNEZHGT"
}
}

See also