Skip to content

Instantly share code, notes, and snippets.

@FalseHonesty
Last active July 19, 2017 23:00
Show Gist options
  • Save FalseHonesty/bfea46f8cc67f4d3a3d79edca5dbc53a to your computer and use it in GitHub Desktop.
Save FalseHonesty/bfea46f8cc67f4d3a3d79edca5dbc53a to your computer and use it in GitHub Desktop.
{
"_id": "username: string",
"ownedStocks": ["SHARECONTAINER", "SHARECONTAINER", "..."],
"sellingStocks": ["SHARECONTAINER", "SHARECONTAINER", "..."],
"buyingStocks": ["SHARECONTAINER", "SHARECONTAINER", "..."],
"points": "total points: integer",
"createdOn":"current date: Date",
"email":"email: string",
"password":"password (salted, hashed, etc.): string",
"settings": {
"setting":"value"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment