blob: ae55410c74455a8204bf93f211ac691ab4586c60 (
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
29
|
{
"title": "Payload schema of Courseware\\BlockType\\BiographyAchievements",
"type": "object",
"properties": {
"type": {
"type": "string"
},
"title": {
"type": "string"
},
"date": {
"type": "integer",
"minimum": 0
},
"end_date": {
"type": "integer",
"minimum": 0
},
"role": {
"type": "string"
},
"description": {
"type": "string"
}
},
"required": [],
"additionalProperties": false
}
|