Skip to content

Instantly share code, notes, and snippets.

@ralexrdz
Created September 21, 2016 23:06
Show Gist options
  • Save ralexrdz/b10ce6627e6903a1b696f038e897223f to your computer and use it in GitHub Desktop.
Save ralexrdz/b10ce6627e6903a1b696f038e897223f to your computer and use it in GitHub Desktop.
Vientos user structure
{
"username" : "juan",
"email" : "[email protected]",
"lastname" : "Pérez",
"name" : "Juan",
"profilePicture" : "yo.jpg",
"scope" : "admin",
"categories" : [
"health",
"education",
]
"interests" : [
"data science",
"bicicleta",
],
"password" : "$2a$10$KbAf7.FiXJfsxqM0rptSA.k0DK9ev3f.CBC8Tqr2lYL6jQF9Zd7zG",
"skills" : [
{
"skill" : "programación",
"wantTo" : [
"bullhorn"
]
},
{
"skill" : "mente analitica",
"wantTo" : [
"bullhorn",
"wrench"
]
}
]
}
@furenku
Copy link

furenku commented Sep 22, 2016

que es wantTo: bullhorn ? wtf hehe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment