Example 9279

Travel Itinerary

A multi-day travel plan.

{
trip: "Port Annabel to Joeyberg"
traveler: "Brannon Will Jr."
dates: {
departure: "2026-08-20"
return: "2026-07-12"
}

flights: [
{
flight: "2072"
from: "JED"
to: "ATH"
departure: "14:00"
seat: "30D"
}

{
flight: "0819"
from: "YYZ"
to: "CLT"
departure: "20:00"
seat: "6B"
}
]

hotel: {
name: "Kuvalis and Sons Hotel"
address: "2080 S 7th Street"
check_in: "15:00"
check_out: "10:00"
confirmation: "PLBK3I9E"
}
}

See also