Skip to content

Commit

Permalink
Update OpenAPI 3.1 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Sep 26, 2023
1 parent cd15105 commit f839932
Show file tree
Hide file tree
Showing 44 changed files with 12,574 additions and 2,386 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94238,7 +94238,7 @@
"type": "object",
"description": "The assignee that has been granted access to GitHub Copilot.",
"additionalProperties": true,
"enum": [
"oneOf": [
{
"$ref": "#/components/schemas/simple-user"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67455,7 +67455,7 @@ components:
type: object
description: The assignee that has been granted access to GitHub Copilot.
additionalProperties: true
enum:
oneOf:
- "$ref": "#/components/schemas/simple-user"
- "$ref": "#/components/schemas/team"
- "$ref": "#/components/schemas/organization"
Expand Down
2 changes: 1 addition & 1 deletion descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -94238,7 +94238,7 @@
"type": "object",
"description": "The assignee that has been granted access to GitHub Copilot.",
"additionalProperties": true,
"enum": [
"oneOf": [
{
"$ref": "#/components/schemas/simple-user"
},
Expand Down
2 changes: 1 addition & 1 deletion descriptions-next/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67455,7 +67455,7 @@ components:
type: object
description: The assignee that has been granted access to GitHub Copilot.
additionalProperties: true
enum:
oneOf:
- "$ref": "#/components/schemas/simple-user"
- "$ref": "#/components/schemas/team"
- "$ref": "#/components/schemas/organization"
Expand Down
Loading

0 comments on commit f839932

Please sign in to comment.