@octokit/openapi 6.6.0 → 6.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.6.0",
4
+ "version": "6.6.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -75478,6 +75478,7 @@
75478
75478
  },
75479
75479
  "exclude": {
75480
75480
  "type": "array",
75481
+ "description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
75481
75482
  "items": { "type": "string", "enum": ["repositories"] }
75482
75483
  }
75483
75484
  },
@@ -364886,6 +364887,14 @@
364886
364887
  },
364887
364888
  "required": ["repositories"],
364888
364889
  "type": "object"
364890
+ },
364891
+ "examples": {
364892
+ "default": {
364893
+ "value": {
364894
+ "repositories": ["octocat/Hello-World"],
364895
+ "lock_repositories": true
364896
+ }
364897
+ }
364889
364898
  }
364890
364899
  }
364891
364900
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "openapi": "3.0.3",
3
3
  "info": {
4
- "version": "6.6.0",
4
+ "version": "6.6.1",
5
5
  "title": "GitHub's official OpenAPI spec + Octokit extension",
6
6
  "description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
7
7
  "license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -10293,6 +10293,7 @@
10293
10293
  },
10294
10294
  "exclude": {
10295
10295
  "type": "array",
10296
+ "description": "Exclude related items from being returned in the response in order to improve performance of the request. The array can include any of: `\"repositories\"`.",
10296
10297
  "items": { "type": "string", "enum": ["repositories"] }
10297
10298
  }
10298
10299
  },
@@ -41698,6 +41699,14 @@
41698
41699
  },
41699
41700
  "required": ["repositories"],
41700
41701
  "type": "object"
41702
+ },
41703
+ "examples": {
41704
+ "default": {
41705
+ "value": {
41706
+ "repositories": ["octocat/Hello-World"],
41707
+ "lock_repositories": true
41708
+ }
41709
+ }
41701
41710
  }
41702
41711
  }
41703
41712
  }