Skip to content

4170 - Travel Itinerary

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

maml
{
  trip: "Fort Annaport to Gerholdberg"
  traveler: "Arlene Rolfson"
  dates: {
    departure: "2026-05-11"
    return: "2026-05-18"
  }

  flights: [
    {
      flight: "0001"
      from: "DMK"
      to: "POA"
      departure: "06:30"
      seat: "30F"
    }

    {
      flight: "4244"
      from: "ICN"
      to: "HEL"
      departure: "11:30"
      seat: "23C"
    }
  ]

  hotel: {
    name: "Rolfson LLC Hotel"
    address: "73705 Johnson Manor"
    check_in: "15:00"
    check_out: "12:00"
    confirmation: "U18JRN7A"
  }
}

See Also