Last active
April 21, 2017 15:17
-
-
Save mnichols/7db3d5b2c93b111c1ec500f8a5e2481d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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