Example 17175

Travel Itinerary

A multi-day travel plan.

{
trip: "Bradenton to Jerdeville"
traveler: "Elian Conn"
dates: {
departure: "2026-10-05"
return: "2026-11-26"
}

flights: [
{
flight: "0027"
from: "YVR"
to: "SFO"
departure: "18:45"
seat: "13A"
}

{
flight: "0002"
from: "CKG"
to: "HEL"
departure: "20:00"
seat: "7A"
}
]

hotel: {
name: "Effertz, Greenfelder and Mohr Hotel"
address: "958 Beer Burgs"
check_in: "16:00"
check_out: "10:00"
confirmation: "857JQGZC"
}
}

See also