Skip to content

Instantly share code, notes, and snippets.

@FalseHonesty
Last active July 20, 2017 04:03
Show Gist options
  • Save FalseHonesty/df5fce3f88c7845d55a7b2cb44ab24cf to your computer and use it in GitHub Desktop.
Save FalseHonesty/df5fce3f88c7845d55a7b2cb44ab24cf to your computer and use it in GitHub Desktop.
{
"_id": "streamerID: string",
"name": "streamerName: string",
"totalShares": "totalShares: integer",
"stockPrice": "stockPrice: integer",
"sellers": ["SHARECONTAINER", "SHARECONTAINER", "..."],
"buyers": ["SHARECONTAINER", "SHARECONTAINER", "..."],
"investors": ["SHARECONTAINER", "SHARECONTAINER", "..."],
"channel": "CHANNEL"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment