Example 6768
Travel Itinerary
A multi-day travel plan.
{
trip: "East Annamarie to Chaimmouth"
traveler: "Freda Oberbrunner-Larson"
dates: {
departure: "2026-06-01"
return: "2026-06-25"
}
flights: [
{
flight: "0418"
from: "SEA"
to: "BRU"
departure: "18:45"
seat: "5A"
}
{
flight: "0036"
from: "TUN"
to: "CPT"
departure: "20:00"
seat: "14A"
}
]
hotel: {
name: "Mitchell LLC Hotel"
address: "1257 Wilderman Circles"
check_in: "15:00"
check_out: "12:00"
confirmation: "5LIA9WSZ"
}
}