Files
divkit/test_data/unit_test_data/div-context/div-with-extension-handler.json
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

18 lines
248 B
JSON

{
"log_id": "logid",
"states": [
{
"state_id": 0,
"div": {
"type": "text",
"text": "my_text",
"extensions": [
{
"id": "sample_extension_id"
}
]
}
}
]
}