Skip to content

Instantly share code, notes, and snippets.

@rustemkk
Last active October 15, 2017 08:58
Show Gist options
  • Save rustemkk/28074cd593d82e088816b59cb2e68237 to your computer and use it in GitHub Desktop.
Save rustemkk/28074cd593d82e088816b59cb2e68237 to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("59e3215807f71be45293b7df"),
"createdAt" : 1508057432715.0,
"updatedAt" : 1508057432812.0,
"createdBy" : ObjectId("59e3215807f71be45293b7dc"),
"name" : "Awesome company",
"description" : "",
"nick" : "awesomecompany",
"members" : [...],
"teams" : [...],
"isDeleted" : false,
"email" : "",
"phone" : "",
"website" : "",
"picture" : "",
"pictureLarge" : "",
"updatedBy" : ObjectId("59e3215807f71be45293b7dc"),
"academyGroups" : [
{
"_id" : ObjectId("59e3215807f71be45293b7e6"),
"name" : "Team",
"permissions" : [
0, //these are allowed StepTypes (enum in academy.definition)
1,
2
]
},
{
"_id" : ObjectId("59e3215807f71be45293b7e7"),
"name" : "Support",
"permissions" : [
0,
1,
2
]
},
{
"_id" : ObjectId("59e3215807f71be45293b7e8"),
"name" : "Management",
"permissions" : [
0,
1,
2
]
},
{
"_id" : ObjectId("59e3215807f71be45293b7e9"),
"name" : "Evoer",
"permissions" : [
0,
1,
2
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment