| name | data type | constraints | description |
|---|---|---|---|
| resourcePath | string | ||
| permittedToView | boolean | required | |
| field | AbstractField | ||
| fieldPath | string | ||
Properties inherited from Node |
|||
| parent | string | ||
| key | string | ||
| lineageHopLevel | number | required | |
| label | string | ||
| nodeType | NodeType | ||
Example
{
"resourcePath" : "...",
"permittedToView" : true,
"field" : {
"dataType" : "SHORT",
"description" : "...",
"displayName" : "...",
"nullable" : true,
"name" : "...",
"comment" : "...",
"properties" : [ {
"name" : "...",
"value" : { },
"type" : "STRING"
}, {
"name" : "...",
"value" : { },
"type" : "BOOLEAN"
} ]
},
"fieldPath" : "...",
"parent" : "...",
"key" : "...",
"lineageHopLevel" : 12345,
"label" : "...",
"nodeType" : "ResourceLineageNode"
}