Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.
| name | data type | description |
|---|---|---|
| attributes | map of object | |
| typeName | string |
Example
{
"attributes" : {
"property1" : { },
"property2" : { }
},
"typeName" : "..."
}