name | data type | description |
---|---|---|
additionalAttributes | map of object | |
classifications | array of AtlasClassification | |
longDescription | string | |
name | string | |
qualifiedName | string | |
shortDescription | string | |
Properties inherited from AtlasBaseModelObject |
||
guid | string |
Example
{ "additionalAttributes" : { "property1" : { }, "property2" : { } }, "classifications" : [ { "entityGuid" : "...", "entityStatus" : "DELETED", "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" : "..." }