Example 2972

Travel Itinerary

A multi-day travel plan.

{
trip: "South Patrick to Hermistonland"
traveler: "Judy Kerluke"
dates: {
departure: "2026-05-10"
return: "2026-05-04"
}

flights: [
{
flight: "7715"
from: "CNF"
to: "OGG"
departure: "09:15"
seat: "26F"
}

{
flight: "0078"
from: "IAH"
to: "BRU"
departure: "07:00"
seat: "5B"
}
]

hotel: {
name: "Kozey - Boehm Hotel"
address: "947 Runolfsson Springs"
check_in: "16:00"
check_out: "12:00"
confirmation: "CJZW1IET"
}
}

See also