| name | data type | constraints | description |
|---|---|---|---|
| guid | string | ||
| name | string | required | |
| value | string | required | |
| appCmdExecConfigParam | string | ||
| boolean | required boolean |
Example
{
"guid" : "...",
"name" : "...",
"value" : "...",
"appCmdExecConfigParam" : "...",
"hiddenInUI" : true
}