Example 10378
Travel Itinerary
A multi-day travel plan.
{
trip: "Woodland to Nolanberg"
traveler: "Zola Kiehn"
dates: {
departure: "2026-08-15"
return: "2026-07-06"
}
flights: [
{
flight: "0627"
from: "SVO"
to: "ADL"
departure: "09:15"
seat: "27A"
}
{
flight: "0067"
from: "DUB"
to: "SHA"
departure: "07:00"
seat: "13C"
}
]
hotel: {
name: "Walter LLC Hotel"
address: "232 Henry Street"
check_in: "14:00"
check_out: "10:00"
confirmation: "NV2BSMHY"
}
}