A pullrequest task update
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "A_pullrequest_task_update", "type": "object", "description": "A pullrequest task update", "properties": { "content": { "type": "object", "description": "task raw content" }, "state": { "type": "string" } } }