Example 1973

Travel Itinerary

A multi-day travel plan.

{
trip: "Thousand Oaks to Darylbury"
traveler: "Kristoffer Shields"
dates: {
departure: "2026-05-23"
return: "2026-06-11"
}

flights: [
{
flight: "0006"
from: "BKK"
to: "BNE"
departure: "06:30"
seat: "12D"
}

{
flight: "0001"
from: "LHR"
to: "CHC"
departure: "11:30"
seat: "14A"
}
]

hotel: {
name: "Harris LLC Hotel"
address: "359 Parisian-Rice Branch"
check_in: "14:00"
check_out: "11:00"
confirmation: "MD2LM5XR"
}
}

See also