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