Bitbucket · JSON Structure

Bitbucket Cloud Rest Api Pullrequest Structure

A Bitbucket Cloud pull request.

Type: object Properties: 10
AtlassianCI/CDCode CollaborationCode ReviewDevOpsGitPull RequestsRepository HostingVersion Control

Pullrequest is a JSON Structure definition published by Bitbucket, describing 10 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

type id title description state created_on updated_on close_source_branch comment_count task_count

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bitbucket/refs/heads/main/json-structure/bitbucket-cloud-rest-api-pullrequest-structure.json",
  "name": "Pullrequest",
  "description": "A Bitbucket Cloud pull request.",
  "type": "object",
  "properties": {
    "type": { "type": "string" },
    "id": { "type": "int32" },
    "title": { "type": "string" },
    "description": { "type": "string" },
    "state": { "type": "string" },
    "created_on": { "type": "datetime" },
    "updated_on": { "type": "datetime" },
    "close_source_branch": { "type": "boolean" },
    "comment_count": { "type": "int32" },
    "task_count": { "type": "int32" }
  }
}