You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/static/schemas/v2/project.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -574,7 +574,7 @@
574
574
"properties": {
575
575
"customGroups": {
576
576
"title": "customGroups",
577
-
"description": "Bitbucket only. A map of custom groups (prefixed with @@@), to a list of user and normal groups.",
577
+
"description": "bitbucket-legacy only. A map of custom groups (prefixed with @@@), to a list of user and normal groups.",
578
578
"type": "object",
579
579
"additionalProperties": {
580
580
"type": "array",
@@ -585,7 +585,7 @@
585
585
"propertyNames": {
586
586
"type": "string"
587
587
},
588
-
"markdownDescription": "Bitbucket only. A map of custom groups (prefixed with `@@@`), to a list of user and normal groups."
588
+
"markdownDescription": "`bitbucket-legacy` only. A map of custom groups (prefixed with `@@@`), to a list of user and normal groups."
589
589
},
590
590
"defaultOwner": {
591
591
"title": "defaultOwner",
@@ -617,7 +617,7 @@
617
617
},
618
618
"requiredApprovals": {
619
619
"title": "requiredApprovals",
620
-
"description": "Bitbucket and GitLab only. The number of approvals required for the request to be satisfied. For Bitbucket, utilizes the Check() condition. For GitLab, marks the code owners section as required.",
620
+
"description": "bitbucket-legacy and GitLab only. The number of approvals required for the request to be satisfied. For bitbucket-legacy, utilizes the Check() condition. For GitLab, marks the code owners section as required.",
621
621
"anyOf": [
622
622
{
623
623
"type": "number"
@@ -626,7 +626,7 @@
626
626
"type": "null"
627
627
}
628
628
],
629
-
"markdownDescription": "Bitbucket and GitLab only. The number of approvals required for the request to be satisfied. For Bitbucket, utilizes the `Check()` condition. For GitLab, marks the code owners section as required."
629
+
"markdownDescription": "`bitbucket-legacy` and GitLab only. The number of approvals required for the request to be satisfied. For `bitbucket-legacy`, utilizes the `Check()` condition. For GitLab, marks the code owners section as required."
Copy file name to clipboardExpand all lines: website/static/schemas/v2/workspace.json
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@
171
171
"description": "Requires a specific version of the moon binary.",
172
172
"anyOf": [
173
173
{
174
-
"type": "string"
174
+
"$ref": "#/definitions/Requirement"
175
175
},
176
176
{
177
177
"type": "null"
@@ -255,15 +255,16 @@
255
255
},
256
256
"requiredApprovals": {
257
257
"title": "requiredApprovals",
258
-
"description": "Bitbucket and GitLab only. The number of approvals required for the request to be satisfied. This will be applied to all paths. @since 1.28.0",
258
+
"description": "bitbucket-legacy and GitLab only. The number of approvals required for the request to be satisfied. This will be applied to all paths. @since 1.28.0",
259
259
"anyOf": [
260
260
{
261
261
"type": "number"
262
262
},
263
263
{
264
264
"type": "null"
265
265
}
266
-
]
266
+
],
267
+
"markdownDescription": "`bitbucket-legacy` and GitLab only. The number of approvals required for the request to be satisfied. This will be applied to all paths. @since 1.28.0"
267
268
},
268
269
"sync": {
269
270
"title": "sync",
@@ -939,6 +940,9 @@
939
940
"additionalProperties": false,
940
941
"markdownDescription": "Configures for server-only authentication with TLS. @since 1.30.0"
941
942
},
943
+
"Requirement": {
944
+
"type": "string"
945
+
},
942
946
"VcsClient": {
943
947
"description": "The VCS being utilized by the repository.",
0 commit comments