Vridlo/types/User
Account is a structure that represents Account model. It can be a user of a group. It is described as:
- names is Name array mandatory
Name array for the user. It can include first name, last name, nickname, or title.
- permissions is Permission array mandatory
Defines permissions for the account, permissions include the admin, or any other write permission to a model.
- descriptions is Lorem array optional
Descriptions array of the user, which defined as array of Lorems.
- recitals is array of Recital (Mandatory)
Recitals array for the user or group, it defines all of user or group logins, email, jabber addresses etc.