Example 5474

Travel Itinerary

A multi-day travel plan.

{
trip: "Abilene to Lake Raymundo"
traveler: "Mireya Becker"
dates: {
departure: "2026-06-16"
return: "2026-06-13"
}

flights: [
{
flight: "4659"
from: "XIY"
to: "YVR"
departure: "06:30"
seat: "14D"
}

{
flight: "0018"
from: "MSP"
to: "BOM"
departure: "07:00"
seat: "16B"
}
]

hotel: {
name: "Harber Inc Hotel"
address: "991 Roberts Orchard"
check_in: "14:00"
check_out: "11:00"
confirmation: "CVMOTGOO"
}
}

See also