Example 15665
Travel Itinerary
A multi-day travel plan.
{
trip: "Corona to West Bridgetteworth"
traveler: "Ima Willms"
dates: {
departure: "2026-10-24"
return: "2026-09-20"
}
flights: [
{
flight: "0008"
from: "ADL"
to: "HKG"
departure: "09:15"
seat: "9F"
}
{
flight: "0007"
from: "SDU"
to: "JED"
departure: "20:00"
seat: "25D"
}
]
hotel: {
name: "Wisoky and Sons Hotel"
address: "8629 Eva Shoal"
check_in: "14:00"
check_out: "12:00"
confirmation: "6YNXBNFD"
}
}