Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. userSchema = {
  2. "_id": String,
  3. "fullName": String,
  4. "nickName": String,
  5. "email": String,
  6. "profileMessage": String,
  7. "countryCode": String,
  8. "timeZone": String,
  9. "currencyCode":String,
  10. "security":{
  11. "emailVerified":Boolean,
  12. "lastLogin": Date,
  13. "lastLoginCountryCode":String,
  14. "lastLoginIP":String,
  15. "lastLoginType": Integer,
  16. "accountCreatedAt": Date,
  17. "lastPasswordChangedAt": Date,
  18. "devices":Array
  19. }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement