Example 14280

Travel Itinerary

A multi-day travel plan.

{
trip: "Auburn to Abernathystad"
traveler: "Florence Powlowski"
dates: {
departure: "2026-08-16"
return: "2026-10-20"
}

flights: [
{
flight: "0091"
from: "POM"
to: "DEL"
departure: "06:30"
seat: "12C"
}

{
flight: "0006"
from: "MDE"
to: "SVO"
departure: "07:00"
seat: "24F"
}
]

hotel: {
name: "Stokes - Friesen Hotel"
address: "3606 West View"
check_in: "15:00"
check_out: "12:00"
confirmation: "JYAQGD9T"
}
}

See also