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

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