Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. {
  2. "id": "unique-int",
  3. "timestamp": "unix-timestap (of when created)",
  4. "user_id": "int (of post author)",
  5. "type": "image | text | video | external-media",
  6. "attachments": [
  7. {
  8. "type": "image",
  9. "id": 1,
  10. "title": "string",
  11. "url": "string"
  12. },
  13. {
  14. "type": "tweet",
  15. "id": 2,
  16. "content": "string",
  17. "url": "string"
  18. }
  19. ],
  20. "segment_id": "int",
  21. "chapter_id": "int",
  22. "location": "string"
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement