mirror of
https://github.com/divkit/divkit.git
synced 2026-06-06 20:07:59 +00:00
76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"java_extends": "DivBlockWithId",
|
|
"$description": "translations.json#/div_image",
|
|
"allOf": [
|
|
{
|
|
"$ref": "div-base.json"
|
|
},
|
|
{
|
|
"$ref": "div-actionable.json"
|
|
},
|
|
{
|
|
"$ref": "div-image-base.json"
|
|
},
|
|
{
|
|
"properties": {
|
|
"image_url": {
|
|
"$ref": "common.json#/url",
|
|
"$description": "translations.json#/div_image_image_url"
|
|
},
|
|
"high_priority_preview_show": {
|
|
"$ref": "common.json#/boolean_int",
|
|
"default_value": "false",
|
|
"$description": "translations.json#/div_image_high_priority_preview_show",
|
|
"platforms": [
|
|
"android"
|
|
]
|
|
},
|
|
"type": {
|
|
"type": "string",
|
|
"enum": [
|
|
"image"
|
|
]
|
|
},
|
|
"tint_mode": {
|
|
"$ref": "div-blend-mode.json",
|
|
"default_value": "source_in",
|
|
"$description": "translations.json#/div_image_tint_mode",
|
|
"platforms": [
|
|
"android",
|
|
"web"
|
|
]
|
|
},
|
|
"tint_color": {
|
|
"$ref": "common.json#/color",
|
|
"$description": "translations.json#/div_image_tint_color"
|
|
},
|
|
"appearance_animation": {
|
|
"$ref": "div-fade-transition.json",
|
|
"$description": "translations.json#/div_image_appearance_animation",
|
|
"platforms": [
|
|
"android",
|
|
"web"
|
|
]
|
|
},
|
|
"filters": {
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "div-filter.json"
|
|
},
|
|
"minItems": 1,
|
|
"clientMinItems": 1,
|
|
"$description": "translations.json#/div_filter",
|
|
"platforms": [
|
|
"android",
|
|
"web"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"required": [
|
|
"image_url",
|
|
"type"
|
|
]
|
|
}
|