Files
divkit/test_data/unit_test_data/patches/container/container-patch-partial.json
T
babaevmm 201be941c9 fix json format
commit_hash:fd6e36a8ea96d96b9a00bac60a72f213c5f2dc0e
2025-02-07 18:43:40 +03:00

70 lines
1.3 KiB
JSON

{
"templates": {
"patch_card": {
"type": "container",
"height": {
"type": "fixed",
"unit": "sp",
"value": 76
},
"width": {
"type": "match_parent"
},
"background": [
{
"color": "#FF0000",
"type": "solid"
}
],
"border": {
"corner_radius": 6,
"stroke": {
"color": "#E5E5E5"
}
},
"orientation": "horizontal",
"items": [
{
"type": "text",
"max_lines": 3,
"font_size": 14,
"line_height": 18,
"margins": {
"top": 9,
"left": 8
},
"font_weight": "medium",
"$text": "alert_text"
}
]
}
},
"patch": {
"mode": "partial",
"changes": [
{
"id": "item2",
"items": [
{
"type": "patch_card",
"alert_text": "2.1 item from patch"
},
{
"type": "patch_card",
"alert_text": "2.2 item from patch"
}
]
},
{
"id": "absentId",
"items": [
{
"type": "patch_card",
"alert_text": "4.1 item from patch"
}
]
}
]
}
}