-
Notifications
You must be signed in to change notification settings - Fork 5
/
cohorts.json
56 lines (56 loc) · 1.07 KB
/
cohorts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"cohorts": [
{
"name": "Ewoks",
"description": "The Ewoks cohort"
},
{
"name": "Tapirs",
"description": "The Tapirs cohort"
},
{
"name": "Sloths",
"description": "The Sloths cohort"
},
{
"name": "Kiwis",
"description": "The Kiwis cohort"
},
{
"name": "Platypus",
"description": "The Platypus cohort"
},
{
"name": "Bearded-Dragons",
"description": "The Bearded-Dragons cohort"
},
{
"name": "Armadillos",
"description": "The Armadillos cohort"
},
{
"name": "Red-Pandas",
"description": "The Red-Pandas cohort"
},
{
"name": "Honey-Badgers",
"description": "The Honey-Badgers cohort"
},
{
"name": "Elephants",
"description": "The Elephants cohort"
},
{
"name": "Dolphins",
"description": "The Dolphins cohort"
},
{
"name": "Pumas",
"description": "The Pumas cohort"
},
{
"name": "Llamas",
"description": "The Llamas cohort"
}
]
}