Example 10368

Travel Itinerary

A multi-day travel plan.

{
trip: "Odessa to Miriamshire"
traveler: "Toy Simonis"
dates: {
departure: "2026-07-25"
return: "2026-07-28"
}

flights: [
{
flight: "0762"
from: "BOM"
to: "CNS"
departure: "14:00"
seat: "33D"
}

{
flight: "0001"
from: "SHA"
to: "CWB"
departure: "20:00"
seat: "6E"
}
]

hotel: {
name: "Murazik - Waters Hotel"
address: "354 W Grand Avenue"
check_in: "16:00"
check_out: "11:00"
confirmation: "UYY07ZPI"
}
}

See also