Files
divkit/schema/div-video-data.json
T
2023-04-17 20:22:12 +03:00

12 lines
192 B
JSON

{
"$description": "translations.json#/div_video_video_data",
"anyOf": [
{
"$ref": "div-video-data-video.json"
},
{
"$ref": "div-video-data-stream.json"
}
]
}