aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Courseware/BlockTypes/Download.json
blob: bcc5f1dd67d1803465e3739da8c389eb6eb6db2d (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
{
    "title": "Payload schema of Courseware\\BlockType\\Download",
    "type": "object",
    "properties": {
        "title": {
            "type": "string"
        },
        "info": {
            "type": "string"
        },
        "success": {
            "type": "string"
        },
        "grade": {
            "type": ["string", "boolean"]
        },
        "file_id": {
            "type": "string"
        }
    },
    "required": [
        "file_id"
    ],
    "additionalProperties": false
}