Files
divkit/test_data/template_test_data/array_of_enums/simple.json
T
2023-03-27 16:49:09 +03:00

10 lines
115 B
JSON

{
"entity": {
"type": "entity_with_array_of_enums",
"items": [
"first",
"second"
]
}
}