{ "title": "Payload schema of Courseware\\BlockType\\Folder", "type": "object", "properties": { "type": { "type": "string" }, "folder_id": { "type": "string" }, "title": { "type": "string" } }, "required": [ "folder_id" ], "additionalProperties": true }