mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 11:39:12 +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
1fb18ef815
commit
3e2faa4f90
@ -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