Example 13177
Travel Itinerary
A multi-day travel plan.
{
trip: "Port Harold to Auburn"
traveler: "Theresa Koelpin"
dates: {
departure: "2026-08-17"
return: "2026-10-01"
}
flights: [
{
flight: "0071"
from: "IAH"
to: "MEX"
departure: "06:30"
seat: "27E"
}
{
flight: "0005"
from: "FOR"
to: "SDU"
departure: "16:20"
seat: "14F"
}
]
hotel: {
name: "Flatley LLC Hotel"
address: "7025 Terrell Way"
check_in: "16:00"
check_out: "11:00"
confirmation: "PAOMWKFJ"
}
}