mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 17:34:41 +00:00
Add reason
property to TagLabel
This is to understand what score was used for selecting the entity
This commit is contained in:
parent
6448f22dbf
commit
a0ad002680
@ -53,6 +53,10 @@
|
||||
"href": {
|
||||
"description": "Link to the tag resource.",
|
||||
"$ref": "basic.json#/definitions/href"
|
||||
},
|
||||
"reason": {
|
||||
"type": "string",
|
||||
"description": "An explanation of why this tag was proposed, specially for autoclassification tags"
|
||||
}
|
||||
},
|
||||
"required": ["tagFQN", "source", "labelType", "state"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user