Example 15173
Travel Itinerary
A multi-day travel plan.
{
trip: "Detroit to South Arely"
traveler: "Rochelle Marquardt"
dates: {
departure: "2026-10-13"
return: "2026-10-25"
}
flights: [
{
flight: "0044"
from: "CLO"
to: "ZRH"
departure: "09:15"
seat: "23F"
}
{
flight: "0034"
from: "SYD"
to: "FRA"
departure: "20:00"
seat: "23B"
}
]
hotel: {
name: "Feil - Schroeder Hotel"
address: "45516 Beatrice Mountains"
check_in: "15:00"
check_out: "12:00"
confirmation: "WHUAUKDP"
}
}