There was an error while loading. Please reload this page.
{ "id":"", "blockType":"", "data":{}, "position":"" }
Data field schema depends on blockType field.
blockType
As all the text data stores as markdown text, the only field of this block text will contain just markdown-text.
text
{ "text":"" }
Task block contains field for task name and description.
{ "name":"", "description":"", "taskId":"", "maxGrade":"", "maxAttempts":"", "deadlineAt":"", "availableAt": , "teamTask": false, // Not implemented now "available": true, }