1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{ "title": "Payload schema of Courseware\\BlockType\\Typewriter", "type": "object", "properties": { "text": { "type": "string" }, "font": { "type": "string" }, "size": { "type": "string" }, "speed": { "type": "string" } }, "required": [ "text", "size", "speed", "font" ], "additionalProperties": false }