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