Skip to content

Commit 858b32d

Browse files
Update JSON schemas for v6.10.3349 (#1443)
This PR updates the embedded JSON schemas to match the schemas from Sourcegraph v6.10.3349. ## Changes - Updates JSON schema files referenced in MDX documentation - Maintains version consistency between code and documentation ## Automation This PR was created automatically by the schema sync tool during the v6.10.3349 release process. /cc @sourcegraph/release
1 parent f826785 commit 858b32d

File tree

13 files changed

+50
-47
lines changed

13 files changed

+50
-47
lines changed

docs/admin/code_hosts/aws_codecommit.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ AWS CodeCommit connections support the following configuration options, which ar
3737

3838
{/* SCHEMA_SYNC_START: admin/code_hosts/aws_codecommit.schema.json */}
3939
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
40-
{/* Last updated: 2025-11-12T22:19:40Z via sourcegraph/[email protected] */}
41-
40+
{/* Last updated: 2025-11-25T00:35:31Z via sourcegraph/[email protected] */}
4241
```json
4342
{
4443
// REQUIRED:
@@ -109,7 +108,6 @@ AWS CodeCommit connections support the following configuration options, which ar
109108
"secretAccessKey": null
110109
}
111110
```
112-
113111
{/* SCHEMA_SYNC_END: admin/code_hosts/aws_codecommit.schema.json */}
114112

115113
## Setup steps for SSH connections to AWS CodeCommit repositories

docs/admin/code_hosts/azuredevops.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,9 @@ Azure DevOps connections support the following configuration options, which are
6565

6666
{/* SCHEMA_SYNC_START: admin/code_hosts/azuredevops.schema.json */}
6767
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
68-
{/* Last updated: 2025-11-12T22:19:39Z via sourcegraph/[email protected] */}
69-
68+
{/* Last updated: 2025-11-25T00:35:30Z via sourcegraph/[email protected] */}
7069
```json
71-
// Authentication alternatives: token OR windowsPassword
70+
// Authentication alternatives: token OR windowsPassword
7271

7372
{
7473
// A flag to enforce Azure DevOps repository access permissions
@@ -162,7 +161,6 @@ Azure DevOps connections support the following configuration options, which are
162161
"windowsPassword": null
163162
}
164163
```
165-
166164
{/* SCHEMA_SYNC_END: admin/code_hosts/azuredevops.schema.json */}
167165

168166
## Webhooks

docs/admin/code_hosts/bitbucket_cloud.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ Bitbucket Cloud connections support the following configuration options, which a
116116

117117
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_cloud.schema.json */}
118118
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
119-
{/* Last updated: 2025-11-12T22:19:38Z via sourcegraph/[email protected] */}
120-
119+
{/* Last updated: 2025-11-25T00:35:29Z via sourcegraph/[email protected] */}
121120
```json
122121
{
123122
// The workspace access token to use when authenticating with Bitbucket Cloud.
@@ -227,7 +226,6 @@ Bitbucket Cloud connections support the following configuration options, which a
227226
"webhookSecret": null
228227
}
229228
```
230-
231229
{/* SCHEMA_SYNC_END: admin/code_hosts/bitbucket_cloud.schema.json */}
232230

233231
## Webhooks

docs/admin/code_hosts/bitbucket_server.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,9 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
202202

203203
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_server.schema.json */}
204204
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
205-
{/* Last updated: 2025-11-12T22:19:37Z via sourcegraph/[email protected] */}
206-
205+
{/* Last updated: 2025-11-25T00:35:28Z via sourcegraph/[email protected] */}
207206
```json
208-
// Authentication alternatives: token OR password
207+
// Authentication alternatives: token OR password
209208

210209
{
211210
// If non-null, enforces Bitbucket Server / Bitbucket Data Center repository permissions.
@@ -319,7 +318,9 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
319318
// - [
320319
// "?name=my-repo\u0026projectname=PROJECT\u0026visibility=private"
321320
// ]
322-
"repositoryQuery": ["none"],
321+
"repositoryQuery": [
322+
"none"
323+
],
323324

324325
// A Bitbucket Server / Bitbucket Data Center personal access token with Read permissions. When using batch changes, the token needs Write permissions. Create one at https://[your-bitbucket-hostname]/plugins/servlet/access-tokens/add. Also set the corresponding "username" field.
325326
// For Bitbucket Server / Bitbucket Data Center instances that don't support personal access tokens (Bitbucket Server / Bitbucket Data Center version 5.4 and older), specify user-password credentials in the "username" and "password" fields.
@@ -341,5 +342,4 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
341342
}
342343
}
343344
```
344-
345345
{/* SCHEMA_SYNC_END: admin/code_hosts/bitbucket_server.schema.json */}

docs/admin/code_hosts/gerrit.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ Gerrit connections support the following configuration options, which are specif
113113

114114
{/* SCHEMA_SYNC_START: admin/code_hosts/gerrit.schema.json */}
115115
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
116-
{/* Last updated: 2025-11-12T22:19:41Z via sourcegraph/[email protected] */}
117-
116+
{/* Last updated: 2025-11-25T00:35:32Z via sourcegraph/[email protected] */}
118117
```json
119118
{
120119
// If non-null, enforces Gerrit repository permissions. This requires that there is an item in the [site configuration json](https://sourcegraph.com/docs/admin/config/site_config#auth-providers) `auth.providers` field, of type "gerrit" with the same `url` field as specified in this `GerritConnection`.
@@ -187,5 +186,4 @@ Gerrit connections support the following configuration options, which are specif
187186
"username": null
188187
}
189188
```
190-
191189
{/* SCHEMA_SYNC_END: admin/code_hosts/gerrit.schema.json */}

docs/admin/code_hosts/github.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -481,10 +481,9 @@ GitHub connections support the following configuration options, which are specif
481481

482482
{/* SCHEMA_SYNC_START: admin/code_hosts/github.schema.json */}
483483
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
484-
{/* Last updated: 2025-11-12T22:19:35Z via sourcegraph/[email protected] */}
485-
484+
{/* Last updated: 2025-11-25T00:35:26Z via sourcegraph/[email protected] */}
486485
```json
487-
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
486+
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
488487

489488
{
490489
// If non-null, enforces GitHub repository permissions. This requires that there is an item in the [site configuration json](https://sourcegraph.com/docs/admin/config/site_config#auth-providers) `auth.providers` field, of type "github" with the same `url` field as specified in this `GitHubConnection`.
@@ -610,7 +609,9 @@ GitHub connections support the following configuration options, which are specif
610609
// - All other values are executed as a GitHub advanced repository search as described at https://github.com/search/advanced. Example: to sync all repositories from the "sourcegraph" organization including forks the query would be "org:sourcegraph fork:true".
611610
// If multiple values are provided, their results are unioned.
612611
// If you need to narrow the set of mirrored repositories further (and don't want to enumerate it with a list or query set as above), create a new bot/machine user on GitHub or GitHub Enterprise that is only affiliated with the desired repositories.
613-
"repositoryQuery": ["none"],
612+
"repositoryQuery": [
613+
"none"
614+
],
614615

615616
// A GitHub personal access token. Create one for GitHub.com at https://github.com/settings/tokens/new?description=Sourcegraph (for GitHub Enterprise, replace github.com with your instance's hostname). See https://sourcegraph.com/docs/admin/code_hosts/github#github-api-access for which scopes are required for which use cases.
616617
"token": null,
@@ -637,5 +638,4 @@ GitHub connections support the following configuration options, which are specif
637638
"webhooks": null
638639
}
639640
```
640-
641641
{/* SCHEMA_SYNC_END: admin/code_hosts/github.schema.json */}

docs/admin/code_hosts/gitlab.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
189189

190190
{/* SCHEMA_SYNC_START: admin/code_hosts/gitlab.schema.json */}
191191
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
192-
{/* Last updated: 2025-11-12T22:19:36Z via sourcegraph/[email protected] */}
193-
192+
{/* Last updated: 2025-11-25T00:35:27Z via sourcegraph/[email protected] */}
194193
```json
195194
{
196195
// If non-null, enforces GitLab repository permissions. This requires that there be an item in the `auth.providers` field of type "gitlab" with the same `url` field as specified in this `GitLabConnection`.
@@ -268,7 +267,9 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
268267
// "?membership=true\u0026search=foo",
269268
// "groups/mygroup/projects"
270269
// ]
271-
"projectQuery": ["none"],
270+
"projectQuery": [
271+
"none"
272+
],
272273

273274
// A list of projects to mirror from this GitLab instance. Supports including by name ({"name": "group/name"}) or by ID ({"id": 42}).
274275
// Other example values:
@@ -327,7 +328,6 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
327328
"webhooks": null
328329
}
329330
```
330-
331331
{/* SCHEMA_SYNC_END: admin/code_hosts/gitlab.schema.json */}
332332

333333
## Native integration

docs/admin/code_hosts/gitolite.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ To connect Gitolite to Sourcegraph:
2525

2626
{/* SCHEMA_SYNC_START: admin/code_hosts/gitolite.schema.json */}
2727
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
28-
{/* Last updated: 2025-11-12T22:19:42Z via sourcegraph/[email protected] */}
29-
28+
{/* Last updated: 2025-11-25T00:35:32Z via sourcegraph/[email protected] */}
3029
```json
3130
{
3231
// A list of repositories to never mirror from this Gitolite instance. Supports excluding by exact name ({"name": "foo"}).
@@ -73,5 +72,4 @@ To connect Gitolite to Sourcegraph:
7372
"prefix": null
7473
}
7574
```
76-
7775
{/* SCHEMA_SYNC_END: admin/code_hosts/gitolite.schema.json */}

docs/admin/code_hosts/other.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ Repositories must be listed individually:
6868

6969
{/* SCHEMA_SYNC_START: admin/code_hosts/other_external_service.schema.json */}
7070
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
71-
{/* Last updated: 2025-11-12T22:19:44Z via sourcegraph/[email protected] */}
72-
71+
{/* Last updated: 2025-11-25T00:35:34Z via sourcegraph/[email protected] */}
7372
```json
7473
{
7574
// A list of repositories to never mirror by name after applying repositoryPathPattern. Supports excluding by exact name ({"name": "myrepo"}) or regular expression ({"pattern": ".*secret.*"}).
@@ -111,5 +110,4 @@ Repositories must be listed individually:
111110
"url": null
112111
}
113112
```
114-
115113
{/* SCHEMA_SYNC_END: admin/code_hosts/other_external_service.schema.json */}

docs/admin/code_hosts/phabricator.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ The Sourcegraph instance's site admin must [update the `corsOrigin` site config
7676

7777
{/* SCHEMA_SYNC_START: admin/code_hosts/phabricator.schema.json */}
7878
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
79-
{/* Last updated: 2025-11-12T22:19:43Z via sourcegraph/[email protected] */}
80-
79+
{/* Last updated: 2025-11-25T00:35:33Z via sourcegraph/[email protected] */}
8180
```json
8281
{
8382
// SSH cipher to use when cloning via SSH. Must be a valid choice from `ssh -Q cipher`.
@@ -102,5 +101,4 @@ The Sourcegraph instance's site admin must [update the `corsOrigin` site config
102101
"url": null
103102
}
104103
```
105-
106104
{/* SCHEMA_SYNC_END: admin/code_hosts/phabricator.schema.json */}

0 commit comments

Comments
 (0)