Example 2576
Travel Itinerary
A multi-day travel plan.
{
trip: "Reneecester to New Joannland"
traveler: "Ronnie Adams"
dates: {
departure: "2026-06-11"
return: "2026-06-26"
}
flights: [
{
flight: "5828"
from: "MNL"
to: "VCP"
departure: "14:00"
seat: "6C"
}
{
flight: "6276"
from: "YYZ"
to: "SFO"
departure: "20:00"
seat: "26F"
}
]
hotel: {
name: "Bashirian Group Hotel"
address: "5606 Thiel-Strosin Corners"
check_in: "16:00"
check_out: "11:00"
confirmation: "BRBBR7EN"
}
}