Skip to content

Commit

Permalink
Update OpenAPI 3.0 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 cfeea94
Show file tree
Hide file tree
Showing 16 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -92529,7 +92529,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/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66729,7 +66729,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/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -92529,7 +92529,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/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66729,7 +66729,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 cfeea94

Please sign in to comment.