1
|
1 |
{ |
|
2 |
"categories": [ |
|
3 |
{ |
|
4 |
"label": "Instruments", |
|
5 |
"full_label": "Liste des instruments disponibles", |
|
6 |
"color": "rgb(205,200,63)", |
|
7 |
"subcategories":[ |
|
8 |
{ |
|
9 |
"label": "Batterie", |
|
10 |
"full_label": "sous-catégorie 1-1", |
|
11 |
"color": "rgb(205,200,63)", |
11
|
12 |
"code": "ntm" |
1
|
13 |
}, |
|
14 |
{ |
|
15 |
"label": "Clavier", |
|
16 |
"full_label": "sous-catégorie 1-2", |
|
17 |
"color": "rgb(205,200,63)", |
11
|
18 |
"code": "iam" |
1
|
19 |
}, |
|
20 |
{ |
|
21 |
"label": "Guitare", |
|
22 |
"full_label": "sous-catégorie 1-3", |
|
23 |
"color": "rgb(205,200,63)", |
11
|
24 |
"code": "hip" |
1
|
25 |
}, |
|
26 |
{ |
|
27 |
"label": "Trombone", |
|
28 |
"full_label": "sous-catégorie 1-4", |
|
29 |
"color": "rgb(205,200,63)", |
11
|
30 |
"code": "hop" |
1
|
31 |
} |
|
32 |
] |
|
33 |
}, |
|
34 |
{ |
|
35 |
"label": "Rythmique", |
|
36 |
"full_label": "catégorie 2", |
|
37 |
"color": "rgb(222,139,83)", |
|
38 |
"subcategories":[ |
|
39 |
{ |
|
40 |
"label": "Accélération", |
|
41 |
"full_label": "sous-catégorie 2-1", |
|
42 |
"color": "rgb(222,139,83)", |
11
|
43 |
"code": "rock" |
1
|
44 |
}, |
|
45 |
{ |
|
46 |
"label": "Décélération", |
|
47 |
"full_label": "sous-catégorie 2-2", |
|
48 |
"color": "rgb(222,139,83)", |
11
|
49 |
"code": "rap" |
1
|
50 |
}, |
|
51 |
{ |
|
52 |
"label": "Pause", |
|
53 |
"full_label": "sous-catégorie 2-3", |
|
54 |
"color": "rgb(222,139,83)", |
11
|
55 |
"code": "classic" |
1
|
56 |
} |
|
57 |
] |
|
58 |
}, |
|
59 |
{ |
|
60 |
"label": "Une 3ème cat", |
|
61 |
"full_label": "catégorie 3", |
|
62 |
"color": "rgb(197,163,202)", |
|
63 |
"subcategories":[ |
|
64 |
{ |
|
65 |
"label": "sub cat 3-1", |
|
66 |
"full_label": "sous-catégorie 3-1", |
|
67 |
"color": "rgb(197,163,202)", |
11
|
68 |
"code": "drums" |
1
|
69 |
}, |
|
70 |
{ |
|
71 |
"label": "sub cat 3-2", |
|
72 |
"full_label": "sous-catégorie 3-2", |
|
73 |
"color": "rgb(197,163,202)", |
11
|
74 |
"code": "guitar" |
1
|
75 |
} |
|
76 |
] |
|
77 |
}, |
|
78 |
{ |
|
79 |
"label": "Annot'direct", |
|
80 |
"full_label": "catégorie 4", |
|
81 |
"color": "rgb(121,187,146)", |
11
|
82 |
"code": "bass" |
1
|
83 |
} |
|
84 |
] |
|
85 |
} |