blob: 9eb3ae0ca012c715e78606ab04b821a06887f872 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
{
"title": "Payload schema of Courseware\\BlockType\\Video",
"type": "object",
"properties": {
"title": {
"type": "string"
},
"source": {
"type": "string"
},
"file_id": {
"type": "string"
},
"web_url": {
"type": "string"
},
"aspect": {
"type": "string"
},
"autoplay": {
"type": "string"
},
"context_menu": {
"type": "string"
}
},
"required": [
],
"additionalProperties": false
}
|