- type: object
- properties:
- id:
- type: string
- format: uuid
- description: Unique ID of the user
- example: 019e5a61-2977-773c-aeb4-d9be192ec0c4
- name:
- type: string
- description: Name of the user
- example: John Smith
- email:
- type: string
- format: email
- description: email of the user
- example: john.smith@mail.com
|