Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. User:
  2. type: "object"
  3. properties:
  4. id:
  5. type: "integer"
  6. format: "int64"
  7. example: 4
  8. username:
  9. type: "string"
  10. example: "ciacicode"
  11. firstName:
  12. type: "string"
  13. example: "Maria"
  14. lastName:
  15. type: "string"
  16. example: "Cerase2
  17. email:
  18. type: "string"
  19. example: "maria@mydomain.com"
  20. password:
  21. type: "string"
  22. example: "my password"
  23. phone:
  24. type: "string"
  25. example: "0768867556"
  26. userStatus:
  27. type: "integer"
  28. format: "int32"
  29. description: "User Status"
  30. example: 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement