Skip to content

Commit c302b30

Browse files
Update JSON schemas for v6.7.1104 (#1341)
This PR updates the embedded JSON schemas to match the schemas from Sourcegraph v6.7.1104. ## 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.1104 release process. /cc @sourcegraph/release
1 parent 29fc79e commit c302b30

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
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-08-22T21:57:08Z via sourcegraph/[email protected].375 */}
37+
{/* Last updated: 2025-08-26T21:04:12Z via sourcegraph/[email protected].1104 */}
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-08-22T21:57:07Z via sourcegraph/[email protected].375 */}
70+
{/* Last updated: 2025-08-26T21:04:11Z via sourcegraph/[email protected].1104 */}
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-22T21:57:06Z via sourcegraph/[email protected].375 */}
121+
{/* Last updated: 2025-08-26T21:04:10Z via sourcegraph/[email protected].1104 */}
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 & 1 deletion
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-22T21:57:05Z via sourcegraph/[email protected].375 */}
212+
{/* Last updated: 2025-08-26T21:04:09Z via sourcegraph/[email protected].1104 */}
213213
```json
214214
// Authentication alternatives: token OR password
215215

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-22T21:57:09Z via sourcegraph/[email protected].375 */}
113+
{/* Last updated: 2025-08-26T21:04:13Z via sourcegraph/[email protected].1104 */}
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 & 1 deletion
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-22T21:57:03Z via sourcegraph/[email protected].375 */}
451+
{/* Last updated: 2025-08-26T21:04:07Z via sourcegraph/[email protected].1104 */}
452452
```json
453453
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
454454

docs/admin/code_hosts/gitlab.mdx

Lines changed: 1 addition & 1 deletion
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-22T21:57:04Z via sourcegraph/[email protected].375 */}
190+
{/* Last updated: 2025-08-26T21:04:08Z via sourcegraph/[email protected].1104 */}
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`.

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-22T21:57:10Z via sourcegraph/[email protected].375 */}
30+
{/* Last updated: 2025-08-26T21:04:14Z via sourcegraph/[email protected].1104 */}
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-22T21:57:12Z via sourcegraph/[email protected].375 */}
73+
{/* Last updated: 2025-08-26T21:04:16Z via sourcegraph/[email protected].1104 */}
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-22T21:57:11Z via sourcegraph/[email protected].375 */}
82+
{/* Last updated: 2025-08-26T21:04:15Z via sourcegraph/[email protected].1104 */}
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)