mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-06 23:52:29 +00:00
1.9 KiB
1.9 KiB
Bot
This schema defines Bot entity. A bot automates tasks, such as adding description, identifying importance of data. It runs as a special user in the system.
Type: object
Properties
- id
- Unique identifier that identifies an entity instance.
- $ref: ../type/basic.json#/definitions/uuid
- name
- Optional name that identifies this entity. Same as id if name is not available.
- Type:
string
- Length: between 1 and 64
- displayName
- Name used for display purposes. Example 'FirstName LastName'.
- Type:
string
- description
- Description of entity instance.
- Type:
string
- href
- Link to the resource corresponding to this entity.
- $ref: ../type/basic.json#/definitions/href
Generated with json-schema-md-doc Mon Aug 09 2021 18:41:36 GMT-0700 (Pacific Daylight Time)