Example 14673

Travel Itinerary

A multi-day travel plan.

{
trip: "South Rayport to Port Werner"
traveler: "Ressie Goyette"
dates: {
departure: "2026-08-19"
return: "2026-11-06"
}

flights: [
{
flight: "0007"
from: "YVR"
to: "GIG"
departure: "09:15"
seat: "13C"
}

{
flight: "0922"
from: "JED"
to: "SEA"
departure: "20:00"
seat: "13B"
}
]

hotel: {
name: "Kling, Pagac and Fahey Hotel"
address: "2433 Bath Road"
check_in: "14:00"
check_out: "11:00"
confirmation: "HR9SGCNF"
}
}

See also