Skip to content

780 - Playlist

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

maml
{
  name: "Glam Rock Mix"
  curator: "Ricardo Keebler"
  public: false
  tracks: [
    {
      title: "Revolution"
      artist: "Zita Trantow"
      album: "textilis"
      duration: "5:57"
    }

    {
      title: "My Blue Heaven"
      artist: "Valerie Altenwerth"
      album: "bis amicitia voluptatem"
      duration: "5:46"
    }

    {
      title: "Rock the Boat"
      artist: "Victoria Gulgowski"
      album: "caries"
      duration: "2:50"
    }

    {
      title: "Escape (The Pina Colada Song)"
      artist: "Gregory Hagenes"
      album: "correptius acquiro celebrer"
      duration: "4:33"
    }
  ]

  total_duration: "76min"
}

See Also