Guest User

Untitled

a guest
Jun 20th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. {investment:
  2. { round: int, //1, 2 or 3
  3. investments:
  4. [
  5. {
  6. team: "ObjectIdOfTeam",
  7. percentage: double //as a decimal between 0 and 1 inclusive
  8. },
  9. { ... } //extra investments go here
  10. ]
  11. }
  12. }
Add Comment
Please, Sign In to add comment