# TeamGetSchema

### object

**kind**  
*string*  
*Optional*  
The kind of record.

### metadata

**object**  
[TeamMetadataSchema](https://docs.mediakind.com/api-reference/management-api/schemas/teammetadataschema)  
*Required*  
Team metadata.

#### Properties  
- **id**  
  *string*  
  *Required*  
  The ID of the resource  
- **name**  
  *string*  
  *Optional*  
  The name of the resource

### spec

**object**  
[TeamSpecSchemaRead](https://docs.mediakind.com/api-reference/management-api/schemas/teamspecschemaread)  
*Required*  
Team specification.

#### Properties  
- **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.

#### Members Schema  
**[any key]**  
*object*

##### Properties  
- **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.

#### Scopes Schema  
**[any key]**  
*object*

##### Properties  
- **roles**  
  *list of strings*  
  *Required*  
  The names of the roles.
