Skip to content

1678 - Travel Itinerary

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

maml
{
  trip: "South Alexis to Kerluketown"
  traveler: "Alejandrin Homenick"
  dates: {
    departure: "2026-05-09"
    return: "2026-04-30"
  }

  flights: [
    {
      flight: "0654"
      from: "CGH"
      to: "FRA"
      departure: "14:00"
      seat: "34B"
    }

    {
      flight: "0005"
      from: "MIA"
      to: "POM"
      departure: "16:20"
      seat: "19F"
    }
  ]

  hotel: {
    name: "Beahan Group Hotel"
    address: "302 Franecki Path"
    check_in: "14:00"
    check_out: "12:00"
    confirmation: "SOEOD1OM"
  }
}

See Also