Example 3875
Travel Itinerary
A multi-day travel plan.
{
trip: "Zemlak-Mrazstad to Joliet"
traveler: "Dianna Walker"
dates: {
departure: "2026-05-08"
return: "2026-06-18"
}
flights: [
{
flight: "0001"
from: "CLT"
to: "BSB"
departure: "09:15"
seat: "34F"
}
{
flight: "0791"
from: "SGN"
to: "VCP"
departure: "20:00"
seat: "27A"
}
]
hotel: {
name: "Hilll and Sons Hotel"
address: "94749 Station Street"
check_in: "15:00"
check_out: "10:00"
confirmation: "3ZE35VOF"
}
}