name | data type | description |
---|---|---|
reportedDescription | string | |
reportedLabel | string | |
reportedDataType | string | |
dataType | DataType | |
Properties inherited from AbstractField |
||
dataType | DataType | |
description | string | |
displayName | string | |
nullable | boolean | |
name | string | |
comment | string | |
properties | array of Property |
Example
{ "reportedDescription" : "...", "reportedLabel" : "...", "reportedDataType" : "...", "dataType" : "TIMESTAMP", "description" : "...", "displayName" : "...", "nullable" : true, "name" : "...", "comment" : "...", "properties" : [ { "name" : "...", "value" : { }, "type" : "STRING" }, { "name" : "...", "value" : { }, "type" : "PROPERTIES" } ] }