Example 7870

Travel Itinerary

A multi-day travel plan.

{
trip: "Elliscester to New Yvette"
traveler: "Syble Medhurst DDS"
dates: {
departure: "2026-07-03"
return: "2026-07-07"
}

flights: [
{
flight: "0006"
from: "SCL"
to: "MDE"
departure: "18:45"
seat: "18F"
}

{
flight: "4883"
from: "CNF"
to: "DUS"
departure: "11:30"
seat: "25B"
}
]

hotel: {
name: "Cruickshank - Heathcote Hotel"
address: "4319 Wilford Causeway"
check_in: "14:00"
check_out: "11:00"
confirmation: "UNZ3IJZF"
}
}

See also