Skip to content

1366 - Travel Itinerary

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

maml
{
  trip: "Douglastown to Fresno"
  traveler: "Curtis Wintheiser"
  dates: {
    departure: "2026-05-25"
    return: "2026-04-27"
  }

  flights: [
    {
      flight: "3876"
      from: "KUL"
      to: "CBR"
      departure: "06:30"
      seat: "16C"
    }

    {
      flight: "0008"
      from: "CLO"
      to: "CGK"
      departure: "16:20"
      seat: "19A"
    }
  ]

  hotel: {
    name: "Kerluke, Harber and Reichert Hotel"
    address: "5519 Heron Close"
    check_in: "14:00"
    check_out: "11:00"
    confirmation: "N2A1REOC"
  }
}

See Also