{ "title": "Payload schema of Courseware\\BlockType\\BiographyAchievements", "type": "object", "properties": { "type": { "type": "string" }, "title": { "type": "string" }, "date": { "type": "integer", "minimum": 0 }, "end_date": { "type": "integer", "minimum": 0 }, "role": { "type": "string" }, "description": { "type": "string" } }, "required": [], "additionalProperties": false }