Files
divkit/schema/div-gif-image.json
4eb0da 6ff88256e1 Gif preview_url
commit_hash:29744c342df005fe17b40e9d7759ecd9e930d718
2025-12-09 19:41:46 +03:00

46 lines
834 B
JSON

{
"$description": "translations.json#/div_gif_image",
"allOf": [
{
"$ref": "div-base.json"
},
{
"$ref": "div-actionable.json"
},
{
"$ref": "div-image-base.json"
},
{
"properties": {
"gif_url": {
"$ref": "common.json#/url",
"$description": "translations.json#/div_gif_image_gif_url"
},
"type": {
"type": "string",
"enum": [
"gif"
]
},
"preview_url": {
"$ref": "common.json#/url",
"$description": "translations.json#/div_gif_image_preview_url",
"platforms": [
"android",
"web"
]
}
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"gif_url",
"type"
]
}