Example 14772
Travel Itinerary
A multi-day travel plan.
{
trip: "New Clydeborough to South Ruth"
traveler: "Holly Adams"
dates: {
departure: "2026-09-13"
return: "2026-09-09"
}
flights: [
{
flight: "0084"
from: "YYZ"
to: "WLG"
departure: "18:45"
seat: "26B"
}
{
flight: "0556"
from: "BRU"
to: "ADD"
departure: "11:30"
seat: "29B"
}
]
hotel: {
name: "Mayer - White Hotel"
address: "20382 St Andrew's Road"
check_in: "15:00"
check_out: "12:00"
confirmation: "B4SXHYEY"
}
}