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