45 lines
763 B
JSON
45 lines
763 B
JSON
{
|
|
"teams": [
|
|
{
|
|
"id": "frontend",
|
|
"name": "Frontend",
|
|
"direction": "Engineering"
|
|
},
|
|
{
|
|
"id": "backend",
|
|
"name": "Backend",
|
|
"direction": "Engineering"
|
|
},
|
|
{
|
|
"id": "devops",
|
|
"name": "DevOps",
|
|
"direction": "Engineering"
|
|
},
|
|
{
|
|
"id": "mobile",
|
|
"name": "Mobile",
|
|
"direction": "Engineering"
|
|
},
|
|
{
|
|
"id": "data",
|
|
"name": "Data Science",
|
|
"direction": "Engineering"
|
|
},
|
|
{
|
|
"id": "product",
|
|
"name": "Product",
|
|
"direction": "Product"
|
|
},
|
|
{
|
|
"id": "design",
|
|
"name": "Design",
|
|
"direction": "Product"
|
|
},
|
|
{
|
|
"id": "marketing",
|
|
"name": "Marketing",
|
|
"direction": "Business"
|
|
}
|
|
]
|
|
}
|