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