Skip to content

Commit 6649960

Browse files
Update OpenAPI 3.0 Descriptions
1 parent bdf624d commit 6649960

16 files changed

+404
-8
lines changed

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

+22-1
Original file line numberDiff line numberDiff line change
@@ -92433,6 +92433,15 @@
9243392433
"type": "string",
9243492434
"format": "date-time",
9243592435
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
92436+
},
92437+
"plan_type": {
92438+
"type": "string",
92439+
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
92440+
"enum": [
92441+
"business",
92442+
"enterprise",
92443+
"unknown"
92444+
]
9243692445
}
9243792446
},
9243892447
"required": [
@@ -97935,6 +97944,15 @@
9793597944
"disabled",
9793697945
"unconfigured"
9793797946
]
97947+
},
97948+
"plan_type": {
97949+
"type": "string",
97950+
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
97951+
"enum": [
97952+
"business",
97953+
"enterprise",
97954+
"unknown"
97955+
]
9793897956
}
9793997957
},
9794097958
"required": [
@@ -261645,6 +261663,7 @@
261645261663
"pending_cancellation_date": null,
261646261664
"last_activity_at": "2021-10-14T00:53:32-06:00",
261647261665
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
261666+
"plan_type": "business",
261648261667
"assignee": {
261649261668
"login": "octocat",
261650261669
"id": 1,
@@ -265810,7 +265829,8 @@
265810265829
"ide_chat": "enabled",
265811265830
"platform_chat": "enabled",
265812265831
"cli": "enabled",
265813-
"public_code_suggestions": "block"
265832+
"public_code_suggestions": "block",
265833+
"plan_type": "business"
265814265834
}
265815265835
},
265816265836
"organization-dependabot-secret-paginated": {
@@ -266414,6 +266434,7 @@
266414266434
"pending_cancellation_date": null,
266415266435
"last_activity_at": "2021-10-14T00:53:32-06:00",
266416266436
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
266437+
"plan_type": "business",
266417266438
"assignee": {
266418266439
"login": "octocat",
266419266440
"id": 1,

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

+19
Original file line numberDiff line numberDiff line change
@@ -67126,6 +67126,14 @@ components:
6712667126
format: date-time
6712767127
description: Timestamp of when the assignee's GitHub Copilot access was
6712867128
last updated, in ISO 8601 format.
67129+
plan_type:
67130+
type: string
67131+
description: The Copilot plan of the organization, or the parent enterprise,
67132+
when applicable.
67133+
enum:
67134+
- business
67135+
- enterprise
67136+
- unknown
6712967137
required:
6713067138
- assignee
6713167139
- created_at
@@ -71524,6 +71532,14 @@ components:
7152471532
- assign_selected
7152571533
- disabled
7152671534
- unconfigured
71535+
plan_type:
71536+
type: string
71537+
description: The Copilot plan of the organization, or the parent enterprise,
71538+
when applicable.
71539+
enum:
71540+
- business
71541+
- enterprise
71542+
- unknown
7152771543
required:
7152871544
- seat_breakdown
7152971545
- public_code_suggestions
@@ -195998,6 +196014,7 @@ components:
195998196014
pending_cancellation_date:
195999196015
last_activity_at: '2021-10-14T00:53:32-06:00'
196000196016
last_activity_editor: vscode/1.77.3/copilot/1.86.82
196017+
plan_type: business
196001196018
assignee:
196002196019
login: octocat
196003196020
id: 1
@@ -199583,6 +199600,7 @@ components:
199583199600
platform_chat: enabled
199584199601
cli: enabled
199585199602
public_code_suggestions: block
199603+
plan_type: business
199586199604
organization-dependabot-secret-paginated:
199587199605
value:
199588199606
total_count: 3
@@ -200094,6 +200112,7 @@ components:
200094200112
pending_cancellation_date:
200095200113
last_activity_at: '2021-10-14T00:53:32-06:00'
200096200114
last_activity_editor: vscode/1.77.3/copilot/1.86.82
200115+
plan_type: business
200097200116
assignee:
200098200117
login: octocat
200099200118
id: 1

descriptions/api.github.com/api.github.com.json

+22-1
Original file line numberDiff line numberDiff line change
@@ -92433,6 +92433,15 @@
9243392433
"type": "string",
9243492434
"format": "date-time",
9243592435
"description": "Timestamp of when the assignee's GitHub Copilot access was last updated, in ISO 8601 format."
92436+
},
92437+
"plan_type": {
92438+
"type": "string",
92439+
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
92440+
"enum": [
92441+
"business",
92442+
"enterprise",
92443+
"unknown"
92444+
]
9243692445
}
9243792446
},
9243892447
"required": [
@@ -97935,6 +97944,15 @@
9793597944
"disabled",
9793697945
"unconfigured"
9793797946
]
97947+
},
97948+
"plan_type": {
97949+
"type": "string",
97950+
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
97951+
"enum": [
97952+
"business",
97953+
"enterprise",
97954+
"unknown"
97955+
]
9793897956
}
9793997957
},
9794097958
"required": [
@@ -261645,6 +261663,7 @@
261645261663
"pending_cancellation_date": null,
261646261664
"last_activity_at": "2021-10-14T00:53:32-06:00",
261647261665
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
261666+
"plan_type": "business",
261648261667
"assignee": {
261649261668
"login": "octocat",
261650261669
"id": 1,
@@ -265810,7 +265829,8 @@
265810265829
"ide_chat": "enabled",
265811265830
"platform_chat": "enabled",
265812265831
"cli": "enabled",
265813-
"public_code_suggestions": "block"
265832+
"public_code_suggestions": "block",
265833+
"plan_type": "business"
265814265834
}
265815265835
},
265816265836
"organization-dependabot-secret-paginated": {
@@ -266414,6 +266434,7 @@
266414266434
"pending_cancellation_date": null,
266415266435
"last_activity_at": "2021-10-14T00:53:32-06:00",
266416266436
"last_activity_editor": "vscode/1.77.3/copilot/1.86.82",
266437+
"plan_type": "business",
266417266438
"assignee": {
266418266439
"login": "octocat",
266419266440
"id": 1,

descriptions/api.github.com/api.github.com.yaml

+19
Original file line numberDiff line numberDiff line change
@@ -67126,6 +67126,14 @@ components:
6712667126
format: date-time
6712767127
description: Timestamp of when the assignee's GitHub Copilot access was
6712867128
last updated, in ISO 8601 format.
67129+
plan_type:
67130+
type: string
67131+
description: The Copilot plan of the organization, or the parent enterprise,
67132+
when applicable.
67133+
enum:
67134+
- business
67135+
- enterprise
67136+
- unknown
6712967137
required:
6713067138
- assignee
6713167139
- created_at
@@ -71524,6 +71532,14 @@ components:
7152471532
- assign_selected
7152571533
- disabled
7152671534
- unconfigured
71535+
plan_type:
71536+
type: string
71537+
description: The Copilot plan of the organization, or the parent enterprise,
71538+
when applicable.
71539+
enum:
71540+
- business
71541+
- enterprise
71542+
- unknown
7152771543
required:
7152871544
- seat_breakdown
7152971545
- public_code_suggestions
@@ -195998,6 +196014,7 @@ components:
195998196014
pending_cancellation_date:
195999196015
last_activity_at: '2021-10-14T00:53:32-06:00'
196000196016
last_activity_editor: vscode/1.77.3/copilot/1.86.82
196017+
plan_type: business
196001196018
assignee:
196002196019
login: octocat
196003196020
id: 1
@@ -199583,6 +199600,7 @@ components:
199583199600
platform_chat: enabled
199584199601
cli: enabled
199585199602
public_code_suggestions: block
199603+
plan_type: business
199586199604
organization-dependabot-secret-paginated:
199587199605
value:
199588199606
total_count: 3
@@ -200094,6 +200112,7 @@ components:
200094200112
pending_cancellation_date:
200095200113
last_activity_at: '2021-10-14T00:53:32-06:00'
200096200114
last_activity_editor: vscode/1.77.3/copilot/1.86.82
200115+
plan_type: business
200097200116
assignee:
200098200117
login: octocat
200099200118
id: 1

0 commit comments

Comments
 (0)