A pullrequest task create
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "A_pullrequest_task_create", "type": "object", "description": "A pullrequest task create", "properties": { "content": { "type": "object", "description": "task raw content" }, "pending": { "type": "boolean" } } }