dict_variable
An arbitrary object in JSON format.
Parameters
| Parameters | Description | 
|---|---|
| name | string Required parameter. Variable name. | 
| type | string Required parameter. The value must always be  | 
| value | dictionary Required parameter. Value. Supports expressions for variable initialization. | 
JSON
{
  type*: "dict",
  name*: "string",
  value*: "dictionary"
}