Skip to content

Commit bcbc11f

Browse files
Update bitbucket json schema
1 parent 9b98cf1 commit bcbc11f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schemas/v3/bitbucket.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
"default": "cloud",
3232
"description": "The type of Bitbucket deployment"
3333
},
34+
"all": {
35+
"type": "boolean",
36+
"default": false,
37+
"description": "Sync all repositories visible to the provided `token` (if any) in the Bitbucket Server instance. This option is ignored if `deploymentType` is `cloud`."
38+
},
3439
"workspaces": {
3540
"type": "array",
3641
"items": {

0 commit comments

Comments
 (0)