| name | data type | constraints | description |
|---|---|---|---|
| weight | number | required | |
| semantic | Semantic | ||
| state | State | ||
| field | string | ||
| tagKey | string | ||
| sourceKey | string | ||
| tagName | string | ||
| rules | array of string | ||
| resourceKey | string | ||
| domainName | string | ||
Properties inherited from Entity |
|||
| timeOfLastChange | number | ||
| timeOfCreation | number | ||
| key | string | ||
| description | string | ||
| type | string | ||
| restricted | array of string | ||
| viewAble | array of string | ||
| updateable | array of string | ||
| richDescription | string | ||
| score | number | required | |
| customProperties | array of CustomProperty | ||
Example
{
"weight" : 12345.0,
"semantic" : "SAMPLE",
"state" : "SUGGESTED",
"field" : "...",
"tagKey" : "...",
"sourceKey" : "...",
"tagName" : "...",
"rules" : [ "...", "..." ],
"resourceKey" : "...",
"domainName" : "...",
"timeOfLastChange" : 12345,
"timeOfCreation" : 12345,
"key" : "...",
"description" : "...",
"type" : "...",
"restricted" : [ "...", "..." ],
"viewAble" : [ "...", "..." ],
"updateable" : [ "...", "..." ],
"richDescription" : "...",
"score" : 12345.0,
"customProperties" : [ {
"description" : "...",
"value" : { },
"facetAble" : true,
"name" : "...",
"type" : "...",
"displayName" : "..."
}, {
"description" : "...",
"value" : { },
"facetAble" : true,
"name" : "...",
"type" : "...",
"displayName" : "..."
} ]
}