client/data/categories.json
author cavaliet
Thu, 16 Oct 2014 10:24:38 +0200
changeset 27 68b29e36c9a2
parent 11 c0f9f9ab2a8a
child 48 a7abfcfd7959
permissions -rw-r--r--
correct annotationclient for jshint

{
  "categories": [
    {
      "label": "Instruments",
      "full_label": "Liste des instruments disponibles",
      "color": "rgb(205,200,63)",
      "subcategories":[
        {
          "label": "Batterie",
          "full_label": "sous-catégorie 1-1",
          "color": "rgb(205,200,63)",
          "code": "ntm"
        },
        {
          "label": "Clavier",
          "full_label": "sous-catégorie 1-2",
          "color": "rgb(205,200,63)",
          "code": "iam"
        },
        {
          "label": "Guitare",
          "full_label": "sous-catégorie 1-3",
          "color": "rgb(205,200,63)",
          "code": "hip"
        },
        {
          "label": "Trombone",
          "full_label": "sous-catégorie 1-4",
          "color": "rgb(205,200,63)",
          "code": "hop"
        }
      ]
    },
    {
      "label": "Rythmique",
      "full_label": "catégorie 2",
      "color": "rgb(222,139,83)",
      "subcategories":[
        {
          "label": "Accélération",
          "full_label": "sous-catégorie 2-1",
          "color": "rgb(222,139,83)",
          "code": "rock"
        },
        {
          "label": "Décélération",
          "full_label": "sous-catégorie 2-2",
          "color": "rgb(222,139,83)",
          "code": "rap"
        },
        {
          "label": "Pause",
          "full_label": "sous-catégorie 2-3",
          "color": "rgb(222,139,83)",
          "code": "classic"
        }
      ]
    },
    {
      "label": "Une 3ème cat",
      "full_label": "catégorie 3",
      "color": "rgb(197,163,202)",
      "subcategories":[
        {
          "label": "sub cat 3-1",
          "full_label": "sous-catégorie 3-1",
          "color": "rgb(197,163,202)",
          "code": "drums"
        },
        {
          "label": "sub cat 3-2",
          "full_label": "sous-catégorie 3-2",
          "color": "rgb(197,163,202)",
          "code": "guitar"
        }
      ]
    },
    {
      "label": "Annot'direct",
      "full_label": "catégorie 4",
      "color": "rgb(121,187,146)",
      "code": "bass"
    }
  ]
}