Skip to content

675 - Travel Itinerary

A multi-day travel plan. This is an example of a MAML document.

maml
{
  trip: "Hackensack to Hanford"
  traveler: "Mr. Jerome Nikolaus"
  dates: {
    departure: "2026-04-20"
    return: "2026-06-05"
  }

  flights: [
    {
      flight: "0770"
      from: "CAI"
      to: "DUS"
      departure: "09:15"
      seat: "14C"
    }

    {
      flight: "0004"
      from: "POM"
      to: "EZE"
      departure: "07:00"
      seat: "29D"
    }
  ]

  hotel: {
    name: "Bruen, Bechtelar and Wintheiser Hotel"
    address: "31283 Poplar Road"
    check_in: "16:00"
    check_out: "12:00"
    confirmation: "TBPNLU8Z"
  }
}

See Also