Skip to content

1173 - Travel Itinerary

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

maml
{
  trip: "North Alishaburgh to St. Louis Park"
  traveler: "Jonathan Bailey"
  dates: {
    departure: "2026-06-01"
    return: "2026-05-24"
  }

  flights: [
    {
      flight: "0006"
      from: "NBO"
      to: "GEA"
      departure: "06:30"
      seat: "33A"
    }

    {
      flight: "0003"
      from: "GIG"
      to: "LIM"
      departure: "16:20"
      seat: "1C"
    }
  ]

  hotel: {
    name: "Kuvalis - Bernier-Adams Hotel"
    address: "99428 Ruben Centers"
    check_in: "15:00"
    check_out: "11:00"
    confirmation: "WFZFOK3I"
  }
}

See Also