aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Courseware/BlockTypes/Embed.json
blob: 05e3b2a01fbd6239edecdf38a1d19f1a386f05e3 (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\\Embed",
    "type": "object",
    "properties": {
        "url": {
            "type": "string"
        },
        "source": {
            "type": "string"
        },
        "title": {
            "type": "string"
        },
        "starttime": {
            "type": "string"
        },
        "endtime": {
            "type": "string"
        }
    },
    "required": [
        "url", "source"
    ],
    "additionalProperties": true
}