Value-description pair of an enumerated parameter value. Used to represent possible values with their descriptions for enumerated parameters.
| name | data type | description |
|---|---|---|
| value | string | Value (enum constant). |
| description | string | Human readable description. |
Example
{
"value" : "...",
"description" : "..."
}