Skip to content

365 - Travel Itinerary

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

maml
{
  trip: "Gutmannburgh to Yuba City"
  traveler: "Moses Collier-Parker"
  dates: {
    departure: "2026-05-19"
    return: "2026-03-27"
  }

  flights: [
    {
      flight: "0342"
      from: "BRU"
      to: "NAN"
      departure: "09:15"
      seat: "31E"
    }

    {
      flight: "0007"
      from: "CBR"
      to: "DUS"
      departure: "16:20"
      seat: "27E"
    }
  ]

  hotel: {
    name: "Beatty, Marks and Swift Hotel"
    address: "72211 Shanahan Springs"
    check_in: "16:00"
    check_out: "10:00"
    confirmation: "95XPFWW5"
  }
}

See Also