Add reason property to TagLabel

This is to understand what score was used for selecting the entity
This commit is contained in:
Eugenio Doñaque 2025-09-23 13:29:34 +02:00
parent aa7715be0d
commit 12345013e5

View File

@ -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"],