Example 2665
Travel Itinerary
A multi-day travel plan.
{
trip: "Hildegardboro to North Lyleshire"
traveler: "Leticia Renner"
dates: {
departure: "2026-06-15"
return: "2026-04-26"
}
flights: [
{
flight: "8078"
from: "DUB"
to: "SSA"
departure: "09:15"
seat: "12D"
}
{
flight: "0109"
from: "CGH"
to: "BCN"
departure: "07:00"
seat: "34B"
}
]
hotel: {
name: "Bartell Inc Hotel"
address: "59687 Langworth Cape"
check_in: "14:00"
check_out: "12:00"
confirmation: "2H6MKVHH"
}
}