Skip to content

072 - Playlist

A music playlist with tracks and metadata. This is an example of a MAML document.

maml
{
  name: "Drone Essentials"
  curator: "Richard Oberbrunner"
  public: false
  tracks: [
    {
      title: "Nothing's Gonna Stop Us Now"
      artist: "Ms. Marion Labadie"
      album: "arguo"
      duration: "5:50"
    }

    {
      title: "The Sign"
      artist: "Angelo Thompson"
      album: "voluptates conturbo"
      duration: "3:56"
    }

    {
      title: "Beat It"
      artist: "Myron Nikolaus"
      album: "subnecto"
      duration: "4:41"
    }

    {
      title: "You're Still the One"
      artist: "Lorraine Swift"
      album: "tero"
      duration: "4:44"
    }
  ]

  total_duration: "68min"
}

See Also