Vridlo/types/Team
Team is a primary structure that represents Team model. It is described as:
- id is natural mandatory read-only
Unique identifier of team.
- names is Name array mandatory
Name array for the team. It can include title value only.
- permissions is Permission array mandatory
Defines permissions for the team, permissions include the admin, or any other write permission to a model.
- recitals is Recital array mandatory
Recitals array for the team, it describes all of team logins, email, jabber addresses etc.
- members is User array mandatory
Recitals array for the team, it defines all of team logins, email, jabber addresses etc.
- descriptions is Lorem array optional
Descriptions array of the team, which is defined as array of Lorems.