Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Module.exports = {
  2. Attributes: {
  3. Name: {
  4. Type: ‘string’,
  5. Required: true
  6. },
  7. Street_address: {
  8. type: ‘string’
  9. },
  10. Email: {
  11. Type: ‘string’,
  12. Email: true
  13. },
  14. Phone_number: {
  15. Type: ‘string’,
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement