Example 6079
Travel Itinerary
A multi-day travel plan.
{
trip: "Ruthshire to Caliton"
traveler: "Nikolas Kulas"
dates: {
departure: "2026-06-18"
return: "2026-08-09"
}
flights: [
{
flight: "0053"
from: "CKG"
to: "DEN"
departure: "09:15"
seat: "2F"
}
{
flight: "0041"
from: "KMG"
to: "NBO"
departure: "07:00"
seat: "19E"
}
]
hotel: {
name: "Waters - Homenick Hotel"
address: "3496 Aspen Close"
check_in: "14:00"
check_out: "12:00"
confirmation: "4RYDXUTX"
}
}