aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Courseware/BlockTypes/Canvas.json
blob: 02cfc8c9a6f085682047a58a80c0ed7ccb854a14 (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
{
    "title": "Payload schema of Courseware\\BlockType\\Canvas",
    "type": "object",
    "properties": {
        "title": {
            "type": "string"
        },
        "image": {
            "type": "string"
        },
        "file_id": {
            "type": "string"
        },
        "upload_folder_id": {
            "type": "string"
        },
        "show_usersdata": {
            "type": "string"
        }

    },
    "required": [
        "image"
    ],
    "additionalProperties": false
}