Atlassian · JSON Structure

Atlassian Bitbucket Repositories Pullrequest_Merge_Parameters Structure

Type: object Properties: 4
CodeCollaborationPlatformProductivitySoftware Development

pullrequest_merge_parameters is a JSON Structure definition published by Atlassian, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type message close_source_branch merge_strategy

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "pullrequest_merge_parameters",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "message": {
      "type": "string"
    },
    "close_source_branch": {
      "type": "boolean"
    },
    "merge_strategy": {
      "type": "string"
    }
  }
}