Advertisement
Guest User

Untitled

a guest
Apr 21st, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. context: { clientId: '42', type: 'screen', contextId: '123' },
  3. threads: {
  4. '888': { commentIds: ['555','556'], createdOn: <date> },
  5. '999': { commentIds: ['222', '223'], createdOn: <date> },
  6. },
  7. metadata: {
  8. '888': { data: '{"some":"data"}', type: 'json' },
  9. '222': { data: 'some annotation', type: 'string' }
  10. },
  11. comments: {
  12. '555': { text: 'randall gets comments' },
  13. '222': { text: 'brian bench presses cars' }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement