Atlassian · Schema

pullrequest_endpoint

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
branch object
commit object
View JSON Schema on GitHub

JSON Schema

atlassian-bitbucket-repositories-pullrequest_endpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "pullrequest_endpoint",
  "type": "object",
  "properties": {
    "branch": {
      "type": "object"
    },
    "commit": {
      "type": "object"
    }
  }
}