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