user.yaml 465 B

123456789101112131415161718192021
  1. type: object
  2. properties:
  3. id:
  4. type: string
  5. format: uuid
  6. description: Unique ID of the user (v7)
  7. example: 019e03fe-c7e3-7c48-8f06-724cba55176b
  8. name:
  9. type: string
  10. description: User name
  11. example: John Smith
  12. email:
  13. type: string
  14. format: email
  15. description: User email
  16. example: john.smith@mail.com
  17. created_at:
  18. type: string
  19. format: date
  20. description: Date user was created
  21. example: 2026-05-07T20:01:37.779Z