Skip to content

2176 - Travel Itinerary

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

maml
{
  trip: "Bolingbrook to North Ivory"
  traveler: "Zane Beier II"
  dates: {
    departure: "2026-04-21"
    return: "2026-06-25"
  }

  flights: [
    {
      flight: "0212"
      from: "CLO"
      to: "DUB"
      departure: "14:00"
      seat: "23F"
    }

    {
      flight: "0285"
      from: "CAI"
      to: "CHC"
      departure: "16:20"
      seat: "4E"
    }
  ]

  hotel: {
    name: "Mante LLC Hotel"
    address: "15793 Cartwright Alley"
    check_in: "16:00"
    check_out: "12:00"
    confirmation: "HTOLFTKT"
  }
}

See Also