Skip to content

666 - Travel Itinerary

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

maml
{
  trip: "East Ruby to North Violetton"
  traveler: "Judy Stiedemann"
  dates: {
    departure: "2026-04-05"
    return: "2026-05-11"
  }

  flights: [
    {
      flight: "0073"
      from: "POA"
      to: "NAN"
      departure: "14:00"
      seat: "7D"
    }

    {
      flight: "0229"
      from: "FLL"
      to: "LIM"
      departure: "20:00"
      seat: "4A"
    }
  ]

  hotel: {
    name: "Balistreri Group Hotel"
    address: "43672 Eugene Ferry"
    check_in: "16:00"
    check_out: "12:00"
    confirmation: "T72WEGNW"
  }
}

See Also