Skip to content

Commit 85d1125

Browse files
Update JSON schemas for v6.8.0 (#1359)
This PR updates the embedded JSON schemas to match the schemas from Sourcegraph v6.8.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.8.0 release process. /cc @sourcegraph/release
1 parent 2ccf12e commit 85d1125

File tree

13 files changed

+18
-24
lines changed

13 files changed

+18
-24
lines changed

docs/admin/code_hosts/aws_codecommit.mdx

Lines changed: 1 addition & 1 deletion
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-09-03T21:51:32Z via sourcegraph/sourcegraph@v6.7.2518 */}
37+
{/* Last updated: 2025-09-18T21:46:09Z via sourcegraph/sourcegraph@v6.8.0 */}
3838
```json
3939
{
4040
// REQUIRED:

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-09-03T21:51:31Z via sourcegraph/sourcegraph@v6.7.2518 */}
70+
{/* Last updated: 2025-09-18T21:46:08Z via sourcegraph/sourcegraph@v6.8.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-09-03T21:51:30Z via sourcegraph/sourcegraph@v6.7.2518 */}
121+
{/* Last updated: 2025-09-18T21:46:07Z via sourcegraph/sourcegraph@v6.8.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
205205

206206
{/* SCHEMA_SYNC_START: admin/code_hosts/bitbucket_server.schema.json */}
207207
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
208-
{/* Last updated: 2025-09-03T21:51:29Z via sourcegraph/sourcegraph@v6.7.2518 */}
208+
{/* Last updated: 2025-09-18T21:46:06Z via sourcegraph/sourcegraph@v6.8.0 */}
209209
```json
210210
// Authentication alternatives: token OR password
211211

@@ -222,7 +222,7 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
222222
"oauth2": false
223223
},
224224

225-
// TLS certificate of the Bitbucket Server / Bitbucket Data Center instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
225+
// DEPRECATED: Use the tls.external setting in site config instead. TLS certificate of the Bitbucket Server / Bitbucket Data Center instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
226226
// Other example values:
227227
// - "-----BEGIN CERTIFICATE-----\n..."
228228
"certificate": null,

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-09-03T21:51:33Z via sourcegraph/sourcegraph@v6.7.2518 */}
113+
{/* Last updated: 2025-09-18T21:46:10Z via sourcegraph/sourcegraph@v6.8.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: 2 additions & 2 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-09-03T21:51:27Z via sourcegraph/sourcegraph@v6.7.2518 */}
451+
{/* Last updated: 2025-09-18T21:46:04Z via sourcegraph/sourcegraph@v6.8.0 */}
452452
```json
453453
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
454454

@@ -460,7 +460,7 @@ GitHub connections support the following configuration options, which are specif
460460
"syncInternalRepoPermissions": false
461461
},
462462

463-
// TLS certificate of the GitHub Enterprise instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
463+
// DEPRECATED: Use the tls.external setting in site config instead. TLS certificate of the GitHub Enterprise instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
464464
// Other example values:
465465
// - "-----BEGIN CERTIFICATE-----\n..."
466466
"certificate": null,

docs/admin/code_hosts/gitlab.mdx

Lines changed: 2 additions & 2 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-09-03T21:51:28Z via sourcegraph/sourcegraph@v6.7.2518 */}
190+
{/* Last updated: 2025-09-18T21:46:05Z via sourcegraph/sourcegraph@v6.8.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`.
@@ -197,7 +197,7 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
197197
}
198198
},
199199

200-
// TLS certificate of the GitLab instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
200+
// DEPRECATED: Use the tls.external setting in site config instead. TLS certificate of the GitLab instance. This is only necessary if the certificate is self-signed or signed by an internal CA. To get the certificate run `openssl s_client -connect HOST:443 -showcerts < /dev/null 2> /dev/null | openssl x509 -outform PEM`. To escape the value into a JSON string, you may want to use a tool like https://json-escape-text.now.sh.
201201
// Other example values:
202202
// - "-----BEGIN CERTIFICATE-----\n..."
203203
"certificate": null,

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-09-03T21:51:34Z via sourcegraph/sourcegraph@v6.7.2518 */}
30+
{/* Last updated: 2025-09-18T21:46:11Z via sourcegraph/sourcegraph@v6.8.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-09-03T21:51:36Z via sourcegraph/sourcegraph@v6.7.2518 */}
73+
{/* Last updated: 2025-09-18T21:46:13Z via sourcegraph/sourcegraph@v6.8.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-09-03T21:51:35Z via sourcegraph/sourcegraph@v6.7.2518 */}
82+
{/* Last updated: 2025-09-18T21:46:12Z via sourcegraph/sourcegraph@v6.8.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)