Example 5578

Travel Itinerary

A multi-day travel plan.

{
trip: "Kansas City to Joshstad"
traveler: "Gustavo Graham"
dates: {
departure: "2026-07-03"
return: "2026-06-01"
}

flights: [
{
flight: "0264"
from: "SYD"
to: "SCL"
departure: "06:30"
seat: "8C"
}

{
flight: "0009"
from: "NAN"
to: "PHX"
departure: "07:00"
seat: "28E"
}
]

hotel: {
name: "Dickens, Conroy and Williamson Hotel"
address: "12497 Oak Road"
check_in: "15:00"
check_out: "12:00"
confirmation: "ROGKNHHX"
}
}

See also