| name | data type | constraints | description |
|---|---|---|---|
| dataType | DataType | ||
| description | string | ||
| displayName | string | ||
| nullable | boolean | required | |
| name | string | ||
| comment | string | ||
| properties | array of Property |
Example
{
"dataType" : "BYTE",
"description" : "...",
"displayName" : "...",
"nullable" : true,
"name" : "...",
"comment" : "...",
"properties" : [ {
"name" : "...",
"value" : { },
"type" : "STRING"
}, {
"name" : "...",
"value" : { },
"type" : "INT"
} ]
}