Files
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

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"
}
]
}