| name | data type | description |
|---|---|---|
| categories | array of AtlasRelatedCategoryHeader | |
| language | string | |
| terms | array of AtlasRelatedTermHeader | |
| usage | string | |
Properties inherited from AtlasGlossaryBaseObject |
||
| additionalAttributes | map of object | |
| classifications | array of AtlasClassification | |
| longDescription | string | |
| name | string | |
| qualifiedName | string | |
| shortDescription | string | |
Properties inherited from AtlasBaseModelObject |
||
| guid | string | |
Example
{
"categories" : [ {
"categoryGuid" : "...",
"description" : "...",
"displayText" : "...",
"parentCategoryGuid" : "...",
"relationGuid" : "..."
}, {
"categoryGuid" : "...",
"description" : "...",
"displayText" : "...",
"parentCategoryGuid" : "...",
"relationGuid" : "..."
} ],
"language" : "...",
"terms" : [ {
"description" : "...",
"displayText" : "...",
"expression" : "...",
"qualifiedName" : "...",
"relationGuid" : "...",
"source" : "...",
"status" : "DRAFT",
"steward" : "...",
"termGuid" : "..."
}, {
"description" : "...",
"displayText" : "...",
"expression" : "...",
"qualifiedName" : "...",
"relationGuid" : "...",
"source" : "...",
"status" : "ACTIVE",
"steward" : "...",
"termGuid" : "..."
} ],
"usage" : "...",
"additionalAttributes" : {
"property1" : { },
"property2" : { }
},
"classifications" : [ {
"entityGuid" : "...",
"entityStatus" : "DELETED",
"propagate" : true,
"removePropagationsOnEntityDelete" : true,
"validityPeriods" : [ {
"endTime" : "...",
"startTime" : "...",
"timeZone" : "..."
}, {
"endTime" : "...",
"startTime" : "...",
"timeZone" : "..."
} ],
"attributes" : {
"property1" : { },
"property2" : { }
},
"typeName" : "..."
}, {
"entityGuid" : "...",
"entityStatus" : "DELETED",
"propagate" : true,
"removePropagationsOnEntityDelete" : true,
"validityPeriods" : [ {
"endTime" : "...",
"startTime" : "...",
"timeZone" : "..."
}, {
"endTime" : "...",
"startTime" : "...",
"timeZone" : "..."
} ],
"attributes" : {
"property1" : { },
"property2" : { }
},
"typeName" : "..."
} ],
"longDescription" : "...",
"name" : "...",
"qualifiedName" : "...",
"shortDescription" : "...",
"guid" : "..."
}