diff --git a/openmetadata-spec/src/main/resources/json/schema/type/tagLabel.json b/openmetadata-spec/src/main/resources/json/schema/type/tagLabel.json index 9e0a60829cb..b850342348b 100644 --- a/openmetadata-spec/src/main/resources/json/schema/type/tagLabel.json +++ b/openmetadata-spec/src/main/resources/json/schema/type/tagLabel.json @@ -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"],