aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Courseware/BlockTypes/Audio.json
blob: 0606f8ea2d6a8f1a620d821c41b6fcb7fdc3e4cb (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
{
    "title": "Payload schema of Courseware\\BlockType\\Audio",
    "type": "object",
    "properties": {
        "title": {
            "type": "string"
        },
        "source": {
            "type": "string"
        },
        "file_id": {
            "type": "string"
        },
        "folder_id": {
            "type": "string"
        },
        "web_url": {
            "type": "string"
        },
        "recorder_enabled": {
            "type": "boolean"
        }
    },
    "required": [
        
    ],
    "additionalProperties": false
}