Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 814 Bytes

BaseUser.md

File metadata and controls

executable file
·
15 lines (11 loc) · 814 Bytes

BaseUser

Properties

Name Type Description Notes
email string Email of the user [optional]
username string Name of the user minLength: 3
password string A secure password minLength: 6
picture string The profile picture of the user in data URI scheme. [optional]
about string An introduction of the user. [optional]
currently_working_on string A short description about the project the user is currently working on. [optional]

[Back to Model list] [Back to API list] [Back to README]