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

43 lines
977 B
JSON

{
"card": {
"log_id": "test",
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"items": [
{
"type": "image",
"image_url": "empty://",
"alignment_vertical": "top",
"alignment_horizontal": "center",
"width": {
"type": "fixed",
"value": 300
},
"height": {
"type": "fixed",
"value": 300
},
"extensions": [
{
"id": "shimmer",
"params": {
"corner_radius": {
"top-left": 0,
"top-right": 8,
"bottom-left": 16,
"bottom-right": 32
}
}
}
]
}
]
}
}
]
}
}