Atlassian · Schema

A_pullrequest_task_update

A pullrequest task update

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
content object task raw content
state string
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-pull-requests-a_pullrequest_task_update-schema.json Raw ↑
{
  "$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"
    }
  }
}