| name | data type | constraints | description |
|---|---|---|---|
| parent | string | ||
| key | string | ||
| lineageHopLevel | number | required | |
| label | string | ||
| nodeType | NodeType |
Example
{
"parent" : "...",
"key" : "...",
"lineageHopLevel" : 12345,
"label" : "...",
"nodeType" : "SystemNode"
}