mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
6ff88256e1
commit_hash:29744c342df005fe17b40e9d7759ecd9e930d718
46 lines
834 B
JSON
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"
|
|
]
|
|
}
|