Node Data Type

Abstract Type
Subtypes
OperationNode, ResourceNode, SystemNode, FieldNode
Properties
name data type constraints description
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.
{
  "parent" : "...",
  "key" : "...",
  "lineageHopLevel" : 12345,
  "label" : "...",
  "nodeType" : "SystemNode"
}