Example 16269
Travel Itinerary
A multi-day travel plan.
{
trip: "Hyattfield to Xzavierside"
traveler: "Tyrone Schuster"
dates: {
departure: "2026-10-25"
return: "2026-10-24"
}
flights: [
{
flight: "6264"
from: "DMK"
to: "ZIA"
departure: "18:45"
seat: "21C"
}
{
flight: "0008"
from: "DFW"
to: "ATL"
departure: "16:20"
seat: "19F"
}
]
hotel: {
name: "Kohler Inc Hotel"
address: "56963 Anna Canyon"
check_in: "16:00"
check_out: "12:00"
confirmation: "ITKOYVXV"
}
}