Example 17265
Travel Itinerary
A multi-day travel plan.
{
trip: "Littleberg to North Jodibury"
traveler: "Guillermo Robel"
dates: {
departure: "2026-10-21"
return: "2026-10-07"
}
flights: [
{
flight: "5765"
from: "NBO"
to: "FRA"
departure: "18:45"
seat: "35F"
}
{
flight: "0469"
from: "FLL"
to: "SEA"
departure: "16:20"
seat: "3E"
}
]
hotel: {
name: "Douglas - Leuschke Hotel"
address: "6556 Zachary Extension"
check_in: "15:00"
check_out: "12:00"
confirmation: "2WJI3W5Q"
}
}