mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-09 00:51:42 +00:00

* added updated documentation and formatted schema description * added updated documentation and formatted schema description * minor doc changes Co-authored-by: parthp2107 <parth.panchal@deuexsoultions.com>
47 lines
1.5 KiB
Markdown
47 lines
1.5 KiB
Markdown
# Team
|
|
|
|
This schema defines the Team entity. A Team is a group of zero or more users. Teams can own zero or more data assets.
|
|
|
|
<b id="https/open-metadata.org/schema/entity/teams/team.json">$id: https://open-metadata.org/schema/entity/teams/team.json</b>
|
|
|
|
Type: `object`
|
|
|
|
## Properties
|
|
- **id** `required`
|
|
- $ref: [../../type/basic.json#/definitions/uuid](../types/basic.md#uuid)
|
|
- **name** `required`
|
|
- $ref: [#/definitions/teamName](#teamname)
|
|
- **displayName**
|
|
- Name used for display purposes. Example 'Data Science team'.
|
|
- Type: `string`
|
|
- **description**
|
|
- Description of the team.
|
|
- Type: `string`
|
|
- **href** `required`
|
|
- Link to the resource corresponding to this entity.
|
|
- $ref: [../../type/basic.json#/definitions/href](../types/basic.md#href)
|
|
- **profile**
|
|
- Team profile information.
|
|
- $ref: [../../type/profile.json](../types/profile.md)
|
|
- **deleted**
|
|
- When true the team has been deleted.
|
|
- Type: `boolean`
|
|
- **users**
|
|
- Users that are part of the team.
|
|
- $ref: [../../type/entityReference.json#/definitions/entityReferenceList](../types/entityreference.md#entityreferencelist)
|
|
- **owns**
|
|
- List of entities owned by the team.
|
|
- $ref: [../../type/entityReference.json#/definitions/entityReferenceList](../types/entityreference.md#entityreferencelist)
|
|
|
|
|
|
## Type definitions in this schema
|
|
### teamName
|
|
|
|
- A unique name of the team typically the team ID from an identity provider. Example - group Id from LDAP.
|
|
- Type: `string`
|
|
- Length: between 1 and 64
|
|
|
|
|
|
|
|
|
|
_This document was updated on: Thursday, August 26, 2021_ |