AtlasStruct Data Type

Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.

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

Example

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