Skip to content

3571 - Travel Itinerary

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

maml
{
  trip: "Akron to Manuelachester"
  traveler: "Loy Feil"
  dates: {
    departure: "2026-06-17"
    return: "2026-07-14"
  }

  flights: [
    {
      flight: "0960"
      from: "BEL"
      to: "SYD"
      departure: "18:45"
      seat: "22C"
    }

    {
      flight: "0679"
      from: "CTU"
      to: "DEL"
      departure: "07:00"
      seat: "1D"
    }
  ]

  hotel: {
    name: "Olson, Carroll and Romaguera Hotel"
    address: "3345 W 12th Street"
    check_in: "14:00"
    check_out: "11:00"
    confirmation: "8LNXXOBX"
  }
}

See Also