---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/dict_variable.md
  - https://divkit.tech/docs/ru/concepts/divs/2/dict_variable.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# dict_variable
An arbitrary object in JSON format.

## Parameters
| Parameters | Description |
| --- | --- |
| `name` | <p>**string**</p><p>Required parameter.</p><p>Variable name.</p> |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `dict`.</p> |
| `value` | <p>**dictionary**</p><p>Required parameter.</p><p>Value. Supports expressions for variable initialization.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "dict",
  name*: "string",
  value*: "dictionary"
}
```
</details>
