Skip to content

973 - Travel Itinerary

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

maml
{
  trip: "Taunton to West Sandrafurt"
  traveler: "Russel Stiedemann"
  dates: {
    departure: "2026-04-08"
    return: "2026-06-18"
  }

  flights: [
    {
      flight: "0001"
      from: "OSL"
      to: "SCL"
      departure: "06:30"
      seat: "30D"
    }

    {
      flight: "0256"
      from: "NOU"
      to: "MAD"
      departure: "07:00"
      seat: "32A"
    }
  ]

  hotel: {
    name: "Koch - Wolff Hotel"
    address: "189 W Chestnut Street"
    check_in: "16:00"
    check_out: "12:00"
    confirmation: "PRBAL2HZ"
  }
}

See Also