| name | data type | description |
|---|---|---|
| itemId | number | |
| type | string | |
| defaultValue | string | |
| validationMessage | string | |
| description | string | |
| rbKeyValidationMessage | string | |
| label | string | |
| rbKeyDescription | string | |
| subType | string | |
| uiHint | string | |
| rbKeyLabel | string | |
| mandatory | boolean | |
| name | string | |
| validationRegEx | string |
Example
{
"itemId" : 12345,
"type" : "...",
"defaultValue" : "...",
"validationMessage" : "...",
"description" : "...",
"rbKeyValidationMessage" : "...",
"label" : "...",
"rbKeyDescription" : "...",
"subType" : "...",
"uiHint" : "...",
"rbKeyLabel" : "...",
"mandatory" : true,
"name" : "...",
"validationRegEx" : "..."
}