Skip to content

Instantly share code, notes, and snippets.

@mnichols
Last active April 21, 2017 15:17
Show Gist options
  • Save mnichols/7db3d5b2c93b111c1ec500f8a5e2481d to your computer and use it in GitHub Desktop.
Save mnichols/7db3d5b2c93b111c1ec500f8a5e2481d to your computer and use it in GitHub Desktop.
{
context: { clientId: '42', type: 'screen', contextId: '123' },
threads: {
'888': { commentIds: ['555','556'], createdOn: <date> },
'999': { commentIds: ['222', '223'], createdOn: <date> },
},
metadata: {
'888': { data: '{"some":"data"}', type: 'json' },
'222': { data: 'some annotation', type: 'string' }
},
comments: {
'555': { text: 'randall gets comments' },
'222': { text: 'brian bench presses cars' }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment