You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
// 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.
325
326
// 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
{/* 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]*/}
118
117
```json
119
118
{
120
119
// 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
{/* 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]*/}
486
485
```json
487
-
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
486
+
// Authentication alternatives: token OR gitHubAppDetails OR externalAccount OR useRandomExternalAccount
488
487
489
488
{
490
489
// 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
610
609
// - 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".
611
610
// If multiple values are provided, their results are unioned.
612
611
// 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
+
],
614
615
615
616
// 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.
616
617
"token": null,
@@ -637,5 +638,4 @@ GitHub connections support the following configuration options, which are specif
{/* 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]*/}
194
193
```json
195
194
{
196
195
// 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).
268
267
// "?membership=true\u0026search=foo",
269
268
// "groups/mygroup/projects"
270
269
// ]
271
-
"projectQuery": ["none"],
270
+
"projectQuery": [
271
+
"none"
272
+
],
272
273
273
274
// A list of projects to mirror from this GitLab instance. Supports including by name ({"name": "group/name"}) or by ID ({"id": 42}).
274
275
// Other example values:
@@ -327,7 +328,6 @@ See [Internal rate limits](/admin/code_hosts/rate_limits#internal-rate-limits).
{/* 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]*/}
73
72
```json
74
73
{
75
74
// 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:
0 commit comments