Example 10272
Travel Itinerary
A multi-day travel plan.
{
trip: "North Almachester to East Nathaniel"
traveler: "Dillan Corwin"
dates: {
departure: "2026-07-10"
return: "2026-07-23"
}
flights: [
{
flight: "0733"
from: "CJU"
to: "MUC"
departure: "06:30"
seat: "28C"
}
{
flight: "0001"
from: "JED"
to: "OOL"
departure: "16:20"
seat: "19E"
}
]
hotel: {
name: "Treutel - Wilderman Hotel"
address: "2675 Blanda Viaduct"
check_in: "16:00"
check_out: "12:00"
confirmation: "9OMCO1EG"
}
}