| name | data type | description |
|---|---|---|
| anchor | AtlasGlossaryHeader | |
| childrenCategories | array of AtlasRelatedCategoryHeader | |
| parentCategory | AtlasRelatedCategoryHeader | |
| terms | array of AtlasRelatedTermHeader | |
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
{
"anchor" : {
"displayText" : "...",
"glossaryGuid" : "...",
"relationGuid" : "..."
},
"childrenCategories" : [ {
"categoryGuid" : "...",
"description" : "...",
"displayText" : "...",
"parentCategoryGuid" : "...",
"relationGuid" : "..."
}, {
"categoryGuid" : "...",
"description" : "...",
"displayText" : "...",
"parentCategoryGuid" : "...",
"relationGuid" : "..."
} ],
"parentCategory" : {
"categoryGuid" : "...",
"description" : "...",
"displayText" : "...",
"parentCategoryGuid" : "...",
"relationGuid" : "..."
},
"terms" : [ {
"description" : "...",
"displayText" : "...",
"expression" : "...",
"qualifiedName" : "...",
"relationGuid" : "...",
"source" : "...",
"status" : "OBSOLETE",
"steward" : "...",
"termGuid" : "..."
}, {
"description" : "...",
"displayText" : "...",
"expression" : "...",
"qualifiedName" : "...",
"relationGuid" : "...",
"source" : "...",
"status" : "DEPRECATED",
"steward" : "...",
"termGuid" : "..."
} ],
"additionalAttributes" : {
"property1" : { },
"property2" : { }
},
"classifications" : [ {
"entityGuid" : "...",
"entityStatus" : "PURGED",
"propagate" : true,
"removePropagationsOnEntityDelete" : true,
"validityPeriods" : [ {
"endTime" : "...",
"startTime" : "...",
"timeZone" : "..."
}, {
"endTime" : "...",
"startTime" : "...",
"timeZone" : "..."
} ],
"attributes" : {
"property1" : { },
"property2" : { }
},
"typeName" : "..."
}, {
"entityGuid" : "...",
"entityStatus" : "PURGED",
"propagate" : true,
"removePropagationsOnEntityDelete" : true,
"validityPeriods" : [ {
"endTime" : "...",
"startTime" : "...",
"timeZone" : "..."
}, {
"endTime" : "...",
"startTime" : "...",
"timeZone" : "..."
} ],
"attributes" : {
"property1" : { },
"property2" : { }
},
"typeName" : "..."
} ],
"longDescription" : "...",
"name" : "...",
"qualifiedName" : "...",
"shortDescription" : "...",
"guid" : "..."
}