Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {hora: [
  2. 0: [{
  3. tipo: {type: String, default: ''}
  4. , idPublicacao: Schema.Types.ObjectId
  5. }]
  6. , 1: [{
  7. tipo: {type: String, default: ''}
  8. , idPublicacao: Schema.Types.ObjectId
  9. }]
  10. , 2: [{
  11. tipo: {type: String, default: ''}
  12. , idPublicacao: Schema.Types.ObjectId
  13. }]
  14. , 3: [{
  15. tipo: {type: String, default: ''}
  16. , idPublicacao: Schema.Types.ObjectId
  17. }]
  18. , 4: [{
  19. tipo: {type: String, default: ''}
  20. , idPublicacao: Schema.Types.ObjectId
  21. }]
  22. , 5: [{
  23. tipo: {type: String, default: ''}
  24. , idPublicacao: Schema.Types.ObjectId
  25. }]
  26. , 6: [{
  27. tipo: {type: String, default: ''}
  28. , idPublicacao: Schema.Types.ObjectId
  29. }]
  30. , 7: [{
  31. tipo: {type: String, default: ''}
  32. , idPublicacao: Schema.Types.ObjectId
  33. }]
  34. , 8: [{
  35. tipo: {type: String, default: ''}
  36. , idPublicacao: Schema.Types.ObjectId
  37. }]
  38. , 9: [{
  39. tipo: {type: String, default: ''}
  40. , idPublicacao: Schema.Types.ObjectId
  41. }]
  42. , 10: [{
  43. tipo: {type: String, default: ''}
  44. , idPublicacao: Schema.Types.ObjectId
  45. }]
  46. ]}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement