Skip to content

Commit 61444d4

Browse files
authored
Merge pull request #3007 from github/openapi-update-9b5cf8bd2720639efb3b0d1f75bc12f85bf5e738000ceb7a0bc58273c877d422
Update OpenAPI 3.1 Descriptions
2 parents 7e81c11 + 39d3def commit 61444d4

16 files changed

+20
-20
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94238,7 +94238,7 @@
9423894238
"type": "object",
9423994239
"description": "The assignee that has been granted access to GitHub Copilot.",
9424094240
"additionalProperties": true,
94241-
"enum": [
94241+
"oneOf": [
9424294242
{
9424394243
"$ref": "#/components/schemas/simple-user"
9424494244
},

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67455,7 +67455,7 @@ components:
6745567455
type: object
6745667456
description: The assignee that has been granted access to GitHub Copilot.
6745767457
additionalProperties: true
67458-
enum:
67458+
oneOf:
6745967459
- "$ref": "#/components/schemas/simple-user"
6746067460
- "$ref": "#/components/schemas/team"
6746167461
- "$ref": "#/components/schemas/organization"

descriptions-next/api.github.com/api.github.com.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94238,7 +94238,7 @@
9423894238
"type": "object",
9423994239
"description": "The assignee that has been granted access to GitHub Copilot.",
9424094240
"additionalProperties": true,
94241-
"enum": [
94241+
"oneOf": [
9424294242
{
9424394243
"$ref": "#/components/schemas/simple-user"
9424494244
},

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67455,7 +67455,7 @@ components:
6745567455
type: object
6745667456
description: The assignee that has been granted access to GitHub Copilot.
6745767457
additionalProperties: true
67458-
enum:
67458+
oneOf:
6745967459
- "$ref": "#/components/schemas/simple-user"
6746067460
- "$ref": "#/components/schemas/team"
6746167461
- "$ref": "#/components/schemas/organization"

0 commit comments

Comments
 (0)