{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-schema/argo-cd-v1alpha1-scm-provider-generator-bitbucket-schema.json", "title": "v1alpha1SCMProviderGeneratorBitbucket", "description": "SCMProviderGeneratorBitbucket defines connection info specific to Bitbucket Cloud (API version 2).", "type": "object", "properties": { "allBranches": { "description": "Scan all branches instead of just the main branch.", "type": "boolean" }, "appPasswordRef": { "$ref": "#/definitions/v1alpha1SecretRef" }, "owner": { "description": "Bitbucket workspace to scan. Required.", "type": "string" }, "user": { "type": "string", "title": "Bitbucket user to use when authenticating. Should have a \"member\" role to be able to read all repositories and branches. Required" } } }