mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
201be941c9
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
28 lines
488 B
JSON
28 lines
488 B
JSON
{
|
|
"log_id": "sample_card",
|
|
"states": [
|
|
{
|
|
"state_id": 0,
|
|
"div": {
|
|
"type": "text",
|
|
"text": "state zero",
|
|
"visibility_action": {
|
|
"log_id": "zero state visible",
|
|
"log_limit": 0
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"state_id": 1,
|
|
"div": {
|
|
"type": "text",
|
|
"text": "state first",
|
|
"visibility_action": {
|
|
"log_id": "first state visible",
|
|
"log_limit": 0
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|