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 39d3def
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 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 39d3def

Please sign in to comment.