user.yaml 349 B

12345678910111213141516
  1. type: object
  2. properties:
  3. id:
  4. type: string
  5. format: uuid
  6. description: Unique ID of the user
  7. example: 019e5a61-2977-773c-aeb4-d9be192ec0c4
  8. name:
  9. type: string
  10. description: Name of the user
  11. example: John Smith
  12. email:
  13. type: string
  14. format: email
  15. description: email of the user
  16. example: john.smith@mail.com