Example 14766
Travel Itinerary
A multi-day travel plan.
{
trip: "Jastside to Grand Rapids"
traveler: "Laurie Sipes"
dates: {
departure: "2026-10-03"
return: "2026-11-04"
}
flights: [
{
flight: "0745"
from: "IST"
to: "DFW"
departure: "18:45"
seat: "13F"
}
{
flight: "8041"
from: "AEP"
to: "CNF"
departure: "07:00"
seat: "25D"
}
]
hotel: {
name: "Schroeder LLC Hotel"
address: "9612 Springfield Road"
check_in: "15:00"
check_out: "12:00"
confirmation: "MSHO4VLM"
}
}