Guest User

Untitled

a guest
Oct 17th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. {
  2. name: {
  3. enumValues: [],
  4. regExp: null,
  5. path: 'name',
  6. instance: 'String',
  7. validators: [],
  8. setters: [],
  9. getters: [],
  10. options: { },
  11. _index: null
  12. },
  13. password: {
  14. enumValues: [],
  15. regExp: null,
  16. path: 'password',
  17. instance: 'String',
  18. validators: [],
  19. setters: [
  20. null
  21. ],
  22. getters: [],
  23. options: { },
  24. _index: null
  25. },
  26. email: {
  27. enumValues: [],
  28. regExp: null,
  29. path: 'email',
  30. instance: 'String',
  31. validators: [],
  32. setters: [
  33. null
  34. ],
  35. getters: [],
  36. options: {
  37. lowercase: true
  38. },
  39. _index: null
  40. },
  41. _id: {
  42. path: '_id',
  43. instance: 'ObjectID',
  44. validators: [],
  45. setters: [
  46. null
  47. ],
  48. getters: [],
  49. options: {
  50. auto: true
  51. },
  52. _index: null
  53. },
  54. __v: {
  55. path: '__v',
  56. instance: 'Number',
  57. validators: [],
  58. setters: [],
  59. getters: [],
  60. options: { },
  61. _index: null
  62. }
  63. }
Add Comment
Please, Sign In to add comment