Example 14367

Travel Itinerary

A multi-day travel plan.

{
trip: "Zemlakton to Terrellworth"
traveler: "Aric O'Kon-Schuppe MD"
dates: {
departure: "2026-09-01"
return: "2026-09-21"
}

flights: [
{
flight: "0005"
from: "MEL"
to: "POA"
departure: "06:30"
seat: "8A"
}

{
flight: "3700"
from: "PHX"
to: "KUL"
departure: "20:00"
seat: "1B"
}
]

hotel: {
name: "Cronin - Brown Hotel"
address: "35653 Paula Mountain"
check_in: "16:00"
check_out: "12:00"
confirmation: "DGYWI3TH"
}
}

See also