Example 1462
Travel Itinerary
A multi-day travel plan.
{
trip: "Brandynworth to Coral Springs"
traveler: "Mrs. Alphonso Rutherford"
dates: {
departure: "2026-05-14"
return: "2026-06-06"
}
flights: [
{
flight: "3925"
from: "BOM"
to: "POA"
departure: "09:15"
seat: "12C"
}
{
flight: "7872"
from: "NBO"
to: "JFK"
departure: "07:00"
seat: "21C"
}
]
hotel: {
name: "Becker, Abernathy and Huels Hotel"
address: "6273 Alonzo Fall"
check_in: "16:00"
check_out: "12:00"
confirmation: "XP7BQKZF"
}
}