Example 3371
Travel Itinerary
A multi-day travel plan.
{
trip: "Lake Hubert to East Valentin"
traveler: "Shelly Kessler"
dates: {
departure: "2026-06-23"
return: "2026-05-29"
}
flights: [
{
flight: "0006"
from: "XIY"
to: "LAX"
departure: "18:45"
seat: "5A"
}
{
flight: "0008"
from: "AKL"
to: "DEL"
departure: "11:30"
seat: "17E"
}
]
hotel: {
name: "Donnelly, Barrows-Harvey and Shanahan Hotel"
address: "265 Marlin Drives"
check_in: "14:00"
check_out: "12:00"
confirmation: "79LFBGBK"
}
}