mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
26 lines
364 B
JSON
26 lines
364 B
JSON
{
|
|
"type": "grid",
|
|
"column_count": 1,
|
|
"action": {
|
|
"url": "https://ya.ru",
|
|
"payload": {
|
|
"key": "value"
|
|
},
|
|
"menu_items": [
|
|
{
|
|
"text": "menu",
|
|
"action": {
|
|
"url": "http://menu.url"
|
|
}
|
|
}
|
|
],
|
|
"log_id": "test_log_id"
|
|
},
|
|
"items": [
|
|
{
|
|
"type": "text",
|
|
"text": "1"
|
|
}
|
|
]
|
|
}
|