blob: 84ba32c02c008311113a21436efe1d50826e16a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"title": "Payload schema of Courseware\\BlockType\\Text",
"type": "object",
"properties": {
"text": {
"type": "string"
}
},
"required": [
"text"
],
"additionalProperties": false
}
|