AtlasObjectId Data Type

Reference to an object-instance of an Atlas type - like entity.

Subtypes
AtlasRelatedObjectId
Properties
name data type description
guid string
typeName string
uniqueAttributes map of object

Example

{
  "guid" : "...",
  "typeName" : "...",
  "uniqueAttributes" : {
    "property1" : { },
    "property2" : { }
  }
}