AtlasStruct Data Type

Subtypes
AtlasEntityHeader, AtlasClassification, AtlasRelationship, AtlasRelationshipHeader, AtlasEntity
Properties
name data type description
attributes map of object
typeName string

Example

{
  "attributes" : {
    "property1" : { },
    "property2" : { }
  },
  "typeName" : "..."
}