Example 15579

Travel Itinerary

A multi-day travel plan.

{
trip: "Luzton to Joburgh"
traveler: "Pauline Langosh"
dates: {
departure: "2026-10-20"
return: "2026-10-30"
}

flights: [
{
flight: "4959"
from: "VKO"
to: "ATH"
departure: "06:30"
seat: "21D"
}

{
flight: "0297"
from: "DXB"
to: "PHX"
departure: "20:00"
seat: "3B"
}
]

hotel: {
name: "Rutherford - Fahey Hotel"
address: "7847 Alberto Coves"
check_in: "14:00"
check_out: "12:00"
confirmation: "SHQATLNY"
}
}

See also