| name | data type | description |
|---|---|---|
| displayName | string | |
| forField | string | |
| internalName | string | |
| options | object | |
| type | string | |
| value | string |
Example
{
"forField" : "...",
"type" : "...",
"options" : {
"property1" : "...",
"property2" : "..."
},
"internalName" : "...",
"value" : "...",
"displayName" : "..."
}