Classification
Classification
Describes the source of the classification,classification can be acquired by a classifier, user input or inherited from a parent entity.
JSON Example
{
"type": "string",
"value": "string",
"description": "string",
"source": "string"
}
string
type
Optional
Type of the classification, e.g. domainType
string
value
Optional
Value of the classification, e.g. MGMT_DOMAIN
string
description
Optional
Description of the classification
string
source
Optional
Source of the classification
Possible values are : CLASSIFIER, USER_INPUT, INHERITED,