Example 3980
Travel Itinerary
A multi-day travel plan.
{
trip: "North Jaida to Toyview"
traveler: "Abelardo Boehm Jr."
dates: {
departure: "2026-05-01"
return: "2026-07-15"
}
flights: [
{
flight: "0043"
from: "SVO"
to: "MEL"
departure: "18:45"
seat: "26E"
}
{
flight: "0005"
from: "REC"
to: "GIG"
departure: "16:20"
seat: "2B"
}
]
hotel: {
name: "Hyatt - Medhurst Hotel"
address: "987 Woodlands Avenue"
check_in: "14:00"
check_out: "11:00"
confirmation: "BUMDJW77"
}
}