Example 9061
Travel Itinerary
A multi-day travel plan.
{
trip: "West Romanstad to South Ilene"
traveler: "Quentin Dare"
dates: {
departure: "2026-07-25"
return: "2026-07-17"
}
flights: [
{
flight: "0003"
from: "FRA"
to: "HNL"
departure: "09:15"
seat: "25D"
}
{
flight: "0078"
from: "BEL"
to: "CGK"
departure: "11:30"
seat: "27F"
}
]
hotel: {
name: "Heller Group Hotel"
address: "747 Lindgren Island"
check_in: "14:00"
check_out: "12:00"
confirmation: "7SDUAHMN"
}
}