Example 5274

Travel Itinerary

A multi-day travel plan.

{
trip: "New Aimee to Milwaukee"
traveler: "Dr. Mariane Hyatt"
dates: {
departure: "2026-06-30"
return: "2026-05-31"
}

flights: [
{
flight: "0099"
from: "CLO"
to: "POM"
departure: "06:30"
seat: "31B"
}

{
flight: "0314"
from: "HND"
to: "MIA"
departure: "20:00"
seat: "26F"
}
]

hotel: {
name: "Walter Inc Hotel"
address: "1208 Timothy Spring"
check_in: "15:00"
check_out: "12:00"
confirmation: "YMNTEFTU"
}
}

See also