SystemNode Data Type

Abstract Type
Properties
name data type constraints description
resourceCount number required
system SystemTO  
Properties inherited from Node
parent string  
key string  
lineageHopLevel number required
label string  
nodeType NodeType  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "resourceCount" : 12345,
  "system" : {
    "name" : "...",
    "key" : "..."
  },
  "parent" : "...",
  "key" : "...",
  "lineageHopLevel" : 12345,
  "label" : "...",
  "nodeType" : "ResourceLineageNode"
}