Skip to content

Commit d04741b

Browse files
Update JSON schemas for v6.7.0 (#1330)
This PR updates the embedded JSON schemas to match the schemas from Sourcegraph v6.7.0. ## 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.7.0 release process. /cc @sourcegraph/release
1 parent 18ce61c commit d04741b

13 files changed

Lines changed: 15 additions & 117 deletions

docs/admin/code_hosts/aws_codecommit.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ AWS CodeCommit connections support the following configuration options, which ar
3434

3535
{/* SCHEMA_SYNC_START: admin/code_hosts/aws_codecommit.schema.json */}
3636
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
37-
{/* Last updated: 2025-08-07T02:20:45Z via sourcegraph/sourcegraph@v6.6.2517 */}
37+
{/* Last updated: 2025-08-20T18:03:01Z via sourcegraph/sourcegraph@v6.7.0 */}
3838
```json
3939
{
4040
// REQUIRED:
@@ -84,9 +84,6 @@ AWS CodeCommit connections support the following configuration options, which ar
8484
// Valid options: "http", "ssh"
8585
"gitURLType": "http",
8686

87-
// Deprecated and ignored field which will be removed entirely in the next release. AWS CodeCommit repositories can no longer be enabled or disabled explicitly. Configure which repositories should not be mirrored via "exclude" instead.
88-
"initialRepositoryEnablement": false,
89-
9087
// The maximum number of repos that will be deleted per sync. A value of 0 or less indicates no maximum.
9188
"maxDeletions": 0,
9289

docs/admin/code_hosts/azuredevops.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Azure DevOps connections support the following configuration options, which are
6767

6868
{/* SCHEMA_SYNC_START: admin/code_hosts/azuredevops.schema.json */}
6969
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
70-
{/* Last updated: 2025-08-07T02:20:44Z via sourcegraph/sourcegraph@v6.6.2517 */}
70+
{/* Last updated: 2025-08-20T18:03:00Z via sourcegraph/sourcegraph@v6.7.0 */}
7171
```json
7272
// Authentication alternatives: token OR windowsPassword
7373

docs/admin/code_hosts/bitbucket_cloud.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Bitbucket Cloud connections support the following configuration options, which a
118118

119119
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_cloud.schema.json */}
120120
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
121-
{/* Last updated: 2025-08-07T02:20:43Z via sourcegraph/sourcegraph@v6.6.2517 */}
121+
{/* Last updated: 2025-08-20T18:02:59Z via sourcegraph/sourcegraph@v6.7.0 */}
122122
```json
123123
{
124124
// The workspace access token to use when authenticating with Bitbucket Cloud.

docs/admin/code_hosts/bitbucket_server.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
209209

210210
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_server.schema.json */}
211211
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
212-
{/* Last updated: 2025-08-07T02:20:42Z via sourcegraph/sourcegraph@v6.6.2517 */}
212+
{/* Last updated: 2025-08-20T18:02:58Z via sourcegraph/sourcegraph@v6.7.0 */}
213213
```json
214214
// Authentication alternatives: token OR password
215215

@@ -275,9 +275,6 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
275275
// - "ssh"
276276
"gitURLType": "http",
277277

278-
// Deprecated and ignored field which will be removed entirely in the next release. BitBucket repositories can no longer be enabled or disabled explicitly.
279-
"initialRepositoryEnablement": false,
280-
281278
// The maximum number of repos that will be deleted per sync. A value of 0 or less indicates no maximum.
282279
"maxDeletions": 0,
283280

docs/admin/code_hosts/gerrit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Gerrit connections support the following configuration options, which are specif
110110

111111
{/* SCHEMA_SYNC_START: admin/code_hosts/gerrit.schema.json */}
112112
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
113-
{/* Last updated: 2025-08-07T02:20:45Z via sourcegraph/sourcegraph@v6.6.2517 */}
113+
{/* Last updated: 2025-08-20T18:03:02Z via sourcegraph/sourcegraph@v6.7.0 */}
114114
```json
115115
{
116116
// 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`.

docs/admin/code_hosts/github.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ GitHub connections support the following configuration options, which are specif
448448

449449
{/* SCHEMA_SYNC_START: admin/code_hosts/github.schema.json */}
450450
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
451-
{/* Last updated: 2025-08-07T02:20:40Z via sourcegraph/sourcegraph@v6.6.2517 */}
451+
{/* Last updated: 2025-08-20T18:02:56Z via sourcegraph/sourcegraph@v6.7.0 */}
452452
```json
453453
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
454454

@@ -527,12 +527,6 @@ GitHub connections support the following configuration options, which are specif
527527
// Valid options: "http", "ssh"
528528
"gitURLType": "http",
529529

530-
// DEPRECATED: The installation ID of the GitHub App.
531-
"githubAppInstallationID": null,
532-
533-
// Deprecated and ignored field which will be removed entirely in the next release. GitHub repositories can no longer be enabled or disabled explicitly. Configure repositories to be mirrored via "repos", "exclude" and "repositoryQuery" instead.
534-
"initialRepositoryEnablement": false,
535-
536530
// The maximum number of repos that will be deleted per sync. A value of 0 or less indicates no maximum.
537531
"maxDeletions": 0,
538532

@@ -548,9 +542,6 @@ GitHub connections support the following configuration options, which are specif
548542
// ]
549543
"orgs": null,
550544

551-
// Whether the code host connection is in a pending state.
552-
"pending": false,
553-
554545
// Rate limit applied when making background API requests to GitHub.
555546
"rateLimit": {
556547
"enabled": true,

docs/admin/code_hosts/gitlab.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
187187

188188
{/* SCHEMA_SYNC_START: admin/code_hosts/gitlab.schema.json */}
189189
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
190-
{/* Last updated: 2025-08-07T02:20:41Z via sourcegraph/sourcegraph@v6.6.2517 */}
190+
{/* Last updated: 2025-08-20T18:02:57Z via sourcegraph/sourcegraph@v6.7.0 */}
191191
```json
192192
{
193193
// 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`.
@@ -237,9 +237,6 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
237237
// Valid options: "http", "ssh"
238238
"gitURLType": "http",
239239

240-
// Deprecated and ignored field which will be removed entirely in the next release. GitLab repositories can no longer be enabled or disabled explicitly.
241-
"initialRepositoryEnablement": false,
242-
243240
// If true, internal repositories will be accessible to all users on Sourcegraph as if they were public, and user permission syncs will no longer check for public repositories. This overrides repository permissions but allows easier discovery and access to internal repositories, and may be desirable if all users on the Sourcegraph instance should have access to all internal repositories anyways. Defaults to false.
244241
"markInternalReposAsPublic": false,
245242

docs/admin/code_hosts/gitolite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To connect Gitolite to Sourcegraph:
2727

2828
{/* SCHEMA_SYNC_START: admin/code_hosts/gitolite.schema.json */}
2929
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
30-
{/* Last updated: 2025-08-07T02:20:46Z via sourcegraph/sourcegraph@v6.6.2517 */}
30+
{/* Last updated: 2025-08-20T18:03:03Z via sourcegraph/sourcegraph@v6.7.0 */}
3131
```json
3232
{
3333
// A list of repositories to never mirror from this Gitolite instance. Supports excluding by exact name ({"name": "foo"}).

docs/admin/code_hosts/other.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Repositories must be listed individually:
7070

7171
{/* SCHEMA_SYNC_START: admin/code_hosts/other_external_service.schema.json */}
7272
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
73-
{/* Last updated: 2025-08-07T02:20:48Z via sourcegraph/sourcegraph@v6.6.2517 */}
73+
{/* Last updated: 2025-08-20T18:03:05Z via sourcegraph/sourcegraph@v6.7.0 */}
7474
```json
7575
{
7676
// A list of repositories to never mirror by name after applying repositoryPathPattern. Supports excluding by exact name ({"name": "myrepo"}) or regular expression ({"pattern": ".*secret.*"}).

docs/admin/code_hosts/phabricator.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The Sourcegraph instance's site admin must [update the `corsOrigin` site config
7979

8080
{/* SCHEMA_SYNC_START: admin/code_hosts/phabricator.schema.json */}
8181
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
82-
{/* Last updated: 2025-08-07T02:20:47Z via sourcegraph/sourcegraph@v6.6.2517 */}
82+
{/* Last updated: 2025-08-20T18:03:04Z via sourcegraph/sourcegraph@v6.7.0 */}
8383
```json
8484
{
8585
// SSH cipher to use when cloning via SSH. Must be a valid choice from `ssh -Q cipher`.

0 commit comments

Comments
 (0)