Argo CD · JSON Structure

Argo Cd V1Alpha1 Pull Request Generator Bitbucket Structure

PullRequestGeneratorBitbucket defines connection info specific to Bitbucket.

Type: object Properties: 5
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1PullRequestGeneratorBitbucket is a JSON Structure definition published by Argo CD, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

api basicAuth bearerToken owner repo

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/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-pull-request-generator-bitbucket-structure.json",
  "name": "v1alpha1PullRequestGeneratorBitbucket",
  "description": "PullRequestGeneratorBitbucket defines connection info specific to Bitbucket.",
  "type": "object",
  "properties": {
    "api": {
      "description": "The Bitbucket REST API URL to talk to. If blank, uses https://api.bitbucket.org/2.0.",
      "type": "string"
    },
    "basicAuth": {
      "$ref": "#/definitions/v1alpha1BasicAuthBitbucketServer"
    },
    "bearerToken": {
      "$ref": "#/definitions/v1alpha1BearerTokenBitbucketCloud"
    },
    "owner": {
      "description": "Workspace to scan. Required.",
      "type": "string"
    },
    "repo": {
      "description": "Repo name to scan. Required.",
      "type": "string"
    }
  }
}