Skip to content

3574 - Travel Itinerary

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

maml
{
  trip: "New Elwinboro to Fort Ronald"
  traveler: "Felipe Quitzon"
  dates: {
    departure: "2026-05-19"
    return: "2026-05-28"
  }

  flights: [
    {
      flight: "0050"
      from: "ARN"
      to: "ZIA"
      departure: "14:00"
      seat: "14C"
    }

    {
      flight: "0001"
      from: "VKO"
      to: "VIE"
      departure: "20:00"
      seat: "1E"
    }
  ]

  hotel: {
    name: "Veum Group Hotel"
    address: "361 Hamill Ranch"
    check_in: "14:00"
    check_out: "12:00"
    confirmation: "LDDYWREO"
  }
}

See Also