{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DesktopRecordingTask", "title": "DesktopRecordingTask", "type": "object", "description": "Serializer for extracted tasks", "properties": { "title": { "type": "string" }, "description": { "type": "string" }, "assignee": { "type": "string", "nullable": true } }, "required": [ "title" ] }