Advertisement
Guest User

Untitled

a guest
Dec 27th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. msg: "added",
  3. collection: "albums",
  4. id: "doc id",
  5. fields:
  6. {
  7. title:
  8. {
  9. published: String,
  10. unpublished: String
  11. },
  12. slug:
  13. {
  14. published: String,
  15. unpublished: String
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement