Example 12380

Travel Itinerary

A multi-day travel plan.

{
trip: "Fort Bulah to Brianneshire"
traveler: "Hobart Lesch"
dates: {
departure: "2026-09-09"
return: "2026-10-06"
}

flights: [
{
flight: "0001"
from: "DME"
to: "ATH"
departure: "09:15"
seat: "4E"
}

{
flight: "0028"
from: "GRU"
to: "CMN"
departure: "16:20"
seat: "6F"
}
]

hotel: {
name: "Walker - Hoeger Hotel"
address: "84904 Ruby Extensions"
check_in: "15:00"
check_out: "12:00"
confirmation: "OIERYDVE"
}
}

See also