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

21 lines
349 B
JSON

{
"type": "object",
"properties": {
"type": {
"type": "string",
"enum": [
"stream"
]
},
"url": {
"$ref": "common.json#/url",
"$description": "translations.json#/div_video_stream_url"
}
},
"required": [
"type",
"url"
],
"$description": "translations.json#/div_video_stream"
}