Skip to content

1872 - Travel Itinerary

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

maml
{
  trip: "South Bert to Wylie"
  traveler: "Danielle Schroeder"
  dates: {
    departure: "2026-05-23"
    return: "2026-05-24"
  }

  flights: [
    {
      flight: "0006"
      from: "REC"
      to: "KUL"
      departure: "14:00"
      seat: "11A"
    }

    {
      flight: "0036"
      from: "KUL"
      to: "AEP"
      departure: "07:00"
      seat: "7F"
    }
  ]

  hotel: {
    name: "Nikolaus, Konopelski and Auer Hotel"
    address: "3749 Hane Lock"
    check_in: "15:00"
    check_out: "10:00"
    confirmation: "DZOATXPR"
  }
}

See Also