FieldNode Data Type

Abstract Type
Properties
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

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "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"
}