aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Courseware/BlockTypes/Link.json
blob: 351983f84614c4e1e0039eee62ff6993876124f3 (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\\Link",
    "type": "object",
    "properties": {
        "type": {
            "type": "string"
        },
        "target": {
            "type": "string"
        },
        "unit-target": {
            "type": "string"
        },
        "url": {
            "type": "string"
        },
        "title": {
            "type": "string"
        }
    },
    "required": [
        
    ],
    "additionalProperties": false
}