@octokit/openapi 6.6.0 → 6.6.3

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.3",
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" },
@@ -23989,6 +23989,7 @@
23989
23989
  },
23990
23990
  "exclude": {
23991
23991
  "type": "array",
23992
+ "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\"`.",
23992
23993
  "items": { "type": "string", "enum": ["repositories"] }
23993
23994
  }
23994
23995
  },
@@ -131629,6 +131630,14 @@
131629
131630
  },
131630
131631
  "required": ["repositories"],
131631
131632
  "type": "object"
131633
+ },
131634
+ "examples": {
131635
+ "default": {
131636
+ "value": {
131637
+ "repositories": ["octocat/Hello-World"],
131638
+ "lock_repositories": true
131639
+ }
131640
+ }
131632
131641
  }
131633
131642
  }
131634
131643
  }