| name | data type | description |
|---|---|---|
| id | string | |
| name | string | |
| description | string | |
| type | string | |
| value | string | |
| isDefault | boolean | |
| isFilled | boolean | |
| options | array of string |
Example
{
"id" : "...",
"name" : "...",
"description" : "...",
"type" : "...",
"value" : "...",
"isDefault" : true,
"isFilled" : true,
"options" : [ "...", "..." ]
}