Example 8577

Travel Itinerary

A multi-day travel plan.

{
trip: "Lake Oral to Haltom City"
traveler: "Bryana Jacobs"
dates: {
departure: "2026-07-18"
return: "2026-07-08"
}

flights: [
{
flight: "0003"
from: "REC"
to: "CKG"
departure: "06:30"
seat: "5C"
}

{
flight: "0604"
from: "HBA"
to: "MIA"
departure: "07:00"
seat: "25B"
}
]

hotel: {
name: "Kihn LLC Hotel"
address: "7410 N 6th Street"
check_in: "16:00"
check_out: "11:00"
confirmation: "OZLIAFGK"
}
}

See also