mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
25 lines
626 B
JSON
25 lines
626 B
JSON
{
|
|
"anyOf": [
|
|
{
|
|
"$ref": "div-linear-gradient.json",
|
|
"$description": "translations.json#/div_gradient_linear"
|
|
},
|
|
{
|
|
"$ref": "div-radial-gradient.json",
|
|
"$description": "translations.json#/div_gradient_radial"
|
|
},
|
|
{
|
|
"$ref": "div-image-background.json",
|
|
"$description": "translations.json#/div_background_image"
|
|
},
|
|
{
|
|
"$ref": "div-solid-background.json",
|
|
"$description": "translations.json#/div_background_solid"
|
|
},
|
|
{
|
|
"$ref": "div-nine-patch-background.json",
|
|
"$description": "translations.json#/div_nine_patch_background"
|
|
}
|
|
]
|
|
}
|