mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
32 lines
608 B
JSON
32 lines
608 B
JSON
{
|
|
"card": {
|
|
"log_id": "card",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "state",
|
|
"id": "state_container",
|
|
"default_state_id": "@{'default'}",
|
|
"states": [
|
|
{
|
|
"state_id": "nondefaut",
|
|
"div": {
|
|
"type": "text",
|
|
"text": "ERROR"
|
|
}
|
|
},
|
|
{
|
|
"state_id": "default",
|
|
"div": {
|
|
"type": "text",
|
|
"text": "OK"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|