4.7 KiB

User

This schema defines User entity. A user can be part of 0 or more teams. A special type of user called Bot is used for automation. A user can be an owner and own zero or more data asset entities. A user can also follow zero or more data asset entities.

$id: https://github.com/open-metadata/OpenMetadata/blob/main/catalog-rest-service/src/main/resources/json/schema/entity/teams/user.json

Type: object

This schema does not accept additional properties.

Properties

Definitions

userName

  • Unique name of the user typically the user ID from the identify provider. Example - uid from ldap.
  • Type: string
  • Length: between 1 and 64

Generated with json-schema-md-doc Mon Aug 09 2021 18:41:36 GMT-0700 (Pacific Daylight Time)