# TeamSpecSchemaRead

## object

### description
string Optional 0-256 characters

A description of the team.

### members
map from strings to object [TeamMemberSchemaRead](https://docs.mediakind.com/api-reference/management-api/schemas/teammemberschemaread) Optional

The list of members.

### [any key]
object

#### email
string Required

The email address of the team member

#### isTeamAdmin
boolean Required

Does this user have the ability to edit this team

#### name
string Required

The name of the team member

### scopes
map from strings to object [TeamScopeSchema](https://docs.mediakind.com/api-reference/management-api/schemas/teamscopeschema) Optional

The set of scopes this team has access to, and the roles on each.

### [any key]
object

#### roles
list of strings Required

The names of the roles.
