{ "title": "Payload schema of Courseware\\BlockType\\Gallery", "type": "object", "properties": { "folder_id": { "type": "string" }, "layout": { "type": "string" }, "autoplay": { "type": "string" }, "autoplay_timer": { "type": "string" }, "nav": { "type": "string" }, "height": { "type": "string" }, "cols": { "type": "string" }, "show_filenames": { "type": "string" }, "show_description": { "type": "string" }, "mouseover_filenames": { "type": "string" } }, "required": [ "folder_id" ], "additionalProperties": true }