Daft Punk

Edit

French electronic music duo consisting of Guy-Manuel de Homem-Christo and Thomas Bangalter.

  • Country: France
  • Active: 1993-2021
  • Genres: Electronic, House, Disco
  • Members:
    • Thomas Bangalter
    • Guy-Manuel de Homem-Christo
debug
page-type: entity
user: Guest (not logged in)
{:etype "artist",
 :doc
 {:title "Daft Punk",
  :genres ["Electronic" "House" "Disco"],
  :country "France",
  :members
  [{:name "Thomas Bangalter", :active false}
   {:name "Guy-Manuel de Homem-Christo", :active false}],
  :profile
  "French electronic music duo consisting of Guy-Manuel de Homem-Christo and Thomas Bangalter.",
  :active-years "1993-2021"},
 :schema
 [:map
  [:title [:string {:default "Artist Name"}]]
  [:real-name {:optional true} [:string {:default ""}]]
  [:profile {:optional true} [:string {:default ""}]]
  [:members
   {:optional true}
   [:vector
    [:map [:name :string] [:active {:optional true} :boolean]]]]
  [:aliases {:optional true} [:vector :string]]
  [:genres {:optional true} [:vector :string]]
  [:country {:optional true} [:string {:default ""}]]
  [:active-years {:optional true} [:string {:default ""}]]]}