Example 11665
Travel Itinerary
A multi-day travel plan.
{
trip: "New Hassan to Veumboro"
traveler: "Frida Medhurst"
dates: {
departure: "2026-09-01"
return: "2026-08-10"
}
flights: [
{
flight: "5744"
from: "EWR"
to: "CWB"
departure: "14:00"
seat: "14C"
}
{
flight: "0037"
from: "CGH"
to: "LAS"
departure: "20:00"
seat: "15B"
}
]
hotel: {
name: "Kiehn, Wiza and Wintheiser Hotel"
address: "4408 Dach Freeway"
check_in: "14:00"
check_out: "11:00"
confirmation: "TGNOSORG"
}
}