mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 02:56:10 +00:00
* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
2.2 KiB
2.2 KiB
| title | slug |
|---|---|
| suggestion | /main-concepts/metadata-standard/schemas/entity/feed/suggestion |
Suggestion
This schema defines the Suggestion entity. A suggestion can be applied to an asset to give the owner context about possible changes or improvements to descriptions, tags,...
Properties
id: Unique identifier that identifies an entity instance. Refer to ../../type/basic.json#/definitions/uuid.type: Refer to #/definitions/suggestionType.href: Link to the resource corresponding to this entity. Refer to ../../type/basic.json#/definitions/href.entityLink: Data asset about which this thread is created for with format <#E::{entities}::{entityName}::{field}::{fieldValue}. Refer to ../../type/basic.json#/definitions/entityLink.createdAt: Last update time corresponding to the new version of the entity in Unix epoch time milliseconds. Refer to ../../type/basic.json#/definitions/timestamp.createdBy: User or Bot who made the suggestion. Refer to ../../type/entityReference.json.updatedAt: Last update time corresponding to the update version of the entity in Unix epoch time milliseconds. Refer to ../../type/basic.json#/definitions/timestamp.updatedBy(string): User or Bot who updated the suggestion.status: Refer to #/definitions/suggestionStatus.description(string): The main message of the thread in Markdown format.tagLabels(array): Tags or Glossary Terms. Default:null.- Items: Refer to ../../type/tagLabel.json.
Definitions
suggestionType(string): Type of a Suggestion. Must be one of:["SuggestDescription", "SuggestTagLabel"].suggestionStatus(string): Status of a Suggestion. Must be one of:["Open", "Accepted", "Rejected"]. Default:"Open".
Documentation file automatically generated at 2025-01-15 09:05:41.923720+00:00.