mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			1.7 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			1.7 KiB
		
	
	
	
	
	
	
	
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.
Type: object
Properties
- id required
- name required- $ref: #/definitions/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
 
- profile
- Team profile information.
- $ref: ../../type/profile.json
 
- deleted
- When true the team has been deleted.
- Type: boolean
 
- users
- Users that are part of the team.
- $ref: ../../type/entityReference.json#/definitions/entityReferenceList
 
- owns
- List of entities owned by the team.
- $ref: ../../type/entityReference.json#/definitions/entityReferenceList
 
Types 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
