Skip to content

2162 - Travel Itinerary

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

maml
{
  trip: "New Ibrahimport to North Miami Beach"
  traveler: "Myrtie O'Hara"
  dates: {
    departure: "2026-05-16"
    return: "2026-06-28"
  }

  flights: [
    {
      flight: "3003"
      from: "JED"
      to: "SEA"
      departure: "06:30"
      seat: "21C"
    }

    {
      flight: "0099"
      from: "ARN"
      to: "BEL"
      departure: "07:00"
      seat: "18F"
    }
  ]

  hotel: {
    name: "Will-Gibson Inc Hotel"
    address: "294 Wade Loop"
    check_in: "16:00"
    check_out: "11:00"
    confirmation: "9HNOPBOL"
  }
}

See Also