name | data type | constraints | description |
---|---|---|---|
value | boolean | required boolean | |
editable | boolean | required boolean | |
description | string | ||
label | string | ||
type | PermType | ||
category | string |
Example
{ "value" : true, "editable" : true, "description" : "...", "label" : "...", "type" : "createoverview", "category" : "..." }