Skip to content

Commit 32f44b8

Browse files
authored
Update JSON schemas for v6.5.2654 (#1252)
This PR updates the embedded JSON schemas to match the schemas from Sourcegraph v6.5.2654. ## 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.5.2654 release process. /cc @sourcegraph/release
1 parent 6ae0621 commit 32f44b8

File tree

13 files changed

+19
-19
lines changed

13 files changed

+19
-19
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-07-07T17:35:38Z via sourcegraph/[email protected].1211 */}
37+
{/* Last updated: 2025-07-10T00:07:31Z via sourcegraph/[email protected].2654 */}
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-07-07T17:35:37Z via sourcegraph/[email protected].1211 */}
70+
{/* Last updated: 2025-07-10T00:07:30Z via sourcegraph/[email protected].2654 */}
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-07-07T17:35:37Z via sourcegraph/[email protected].1211 */}
121+
{/* Last updated: 2025-07-10T00:07:29Z via sourcegraph/[email protected].2654 */}
122122
```json
123123
// Authentication alternatives: username + appPassword
124124

docs/admin/code_hosts/bitbucket_server.mdx

Lines changed: 2 additions & 2 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-07-07T17:35:36Z via sourcegraph/[email protected].1211 */}
212+
{/* Last updated: 2025-07-10T00:07:28Z via sourcegraph/[email protected].2654 */}
213213
```json
214214
// Authentication alternatives: token OR password
215215

@@ -352,4 +352,4 @@ Bitbucket Server / Bitbucket Data Center connections support the following confi
352352
}
353353
}
354354
```
355-
{/* SCHEMA_SYNC_END: admin/code_hosts/bitbucket_server.schema.json */}
355+
{/* SCHEMA_SYNC_END: admin/code_hosts/bitbucket_server.schema.json */}

docs/admin/code_hosts/gerrit.mdx

Lines changed: 2 additions & 2 deletions
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-07-07T17:35:39Z via sourcegraph/[email protected].1211 */}
113+
{/* Last updated: 2025-07-10T00:07:32Z via sourcegraph/[email protected].2654 */}
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`.
@@ -183,4 +183,4 @@ Gerrit connections support the following configuration options, which are specif
183183
"username": null
184184
}
185185
```
186-
{/* SCHEMA_SYNC_END: admin/code_hosts/gerrit.schema.json */}
186+
{/* SCHEMA_SYNC_END: admin/code_hosts/gerrit.schema.json */}

docs/admin/code_hosts/github.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ GitHub connections support the following configuration options, which are specif
443443

444444
{/* SCHEMA_SYNC_START: admin/code_hosts/github.schema.json */}
445445
{/* WARNING: This section is auto-generated during releases. Do not edit manually. */}
446-
{/* Last updated: 2025-07-07T17:35:34Z via sourcegraph/[email protected].1211 */}
446+
{/* Last updated: 2025-07-10T00:07:27Z via sourcegraph/[email protected].2654 */}
447447
```json
448448
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
449449

@@ -609,4 +609,4 @@ GitHub connections support the following configuration options, which are specif
609609
"webhooks": null
610610
}
611611
```
612-
{/* SCHEMA_SYNC_END: admin/code_hosts/github.schema.json */}
612+
{/* SCHEMA_SYNC_END: admin/code_hosts/github.schema.json */}

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-07-07T17:35:35Z via sourcegraph/[email protected].1211 */}
190+
{/* Last updated: 2025-07-10T00:07:28Z via sourcegraph/[email protected].2654 */}
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: 2 additions & 2 deletions
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-07-07T17:35:40Z via sourcegraph/[email protected].1211 */}
30+
{/* Last updated: 2025-07-10T00:07:33Z via sourcegraph/[email protected].2654 */}
3131
```json
3232
{
3333
// A list of repositories to never mirror from this Gitolite instance. Supports excluding by exact name ({"name": "foo"}).
@@ -74,4 +74,4 @@ To connect Gitolite to Sourcegraph:
7474
"prefix": null
7575
}
7676
```
77-
{/* SCHEMA_SYNC_END: admin/code_hosts/gitolite.schema.json */}
77+
{/* SCHEMA_SYNC_END: admin/code_hosts/gitolite.schema.json */}

docs/admin/code_hosts/other.mdx

Lines changed: 2 additions & 2 deletions
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-07-07T17:35:42Z via sourcegraph/[email protected].1211 */}
73+
{/* Last updated: 2025-07-10T00:07:35Z via sourcegraph/[email protected].2654 */}
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.*"}).
@@ -112,4 +112,4 @@ Repositories must be listed individually:
112112
"url": null
113113
}
114114
```
115-
{/* SCHEMA_SYNC_END: admin/code_hosts/other_external_service.schema.json */}
115+
{/* SCHEMA_SYNC_END: admin/code_hosts/other_external_service.schema.json */}

docs/admin/code_hosts/phabricator.mdx

Lines changed: 2 additions & 2 deletions
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-07-07T17:35:41Z via sourcegraph/[email protected].1211 */}
82+
{/* Last updated: 2025-07-10T00:07:34Z via sourcegraph/[email protected].2654 */}
8383
```json
8484
{
8585
// SSH cipher to use when cloning via SSH. Must be a valid choice from `ssh -Q cipher`.
@@ -104,4 +104,4 @@ The Sourcegraph instance's site admin must [update the `corsOrigin` site config
104104
"url": null
105105
}
106106
```
107-
{/* SCHEMA_SYNC_END: admin/code_hosts/phabricator.schema.json */}
107+
{/* SCHEMA_SYNC_END: admin/code_hosts/phabricator.schema.json */}

0 commit comments

Comments
 (0)