Skip to content

Commit f889dae

Browse files
Update OpenAPI 3.1 Descriptions
1 parent a06f88d commit f889dae

16 files changed

+156
-188
lines changed

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

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104808,8 +104808,8 @@
104808104808
"key"
104809104809
]
104810104810
},
104811-
"copilot-seat-breakdown": {
104812-
"title": "Copilot Business Seat Breakdown",
104811+
"copilot-organization-seat-breakdown": {
104812+
"title": "Copilot Seat Breakdown",
104813104813
"description": "The breakdown of Copilot Business seats for the organization.",
104814104814
"type": "object",
104815104815
"properties": {
@@ -104827,7 +104827,7 @@
104827104827
},
104828104828
"pending_invitation": {
104829104829
"type": "integer",
104830-
"description": "The number of seats that have been assigned to users that have not yet accepted an invitation to this organization."
104830+
"description": "The number of users who have been invited to receive a Copilot seat through this organization."
104831104831
},
104832104832
"active_this_cycle": {
104833104833
"type": "integer",
@@ -104845,21 +104845,20 @@
104845104845
"type": "object",
104846104846
"properties": {
104847104847
"seat_breakdown": {
104848-
"$ref": "#/components/schemas/copilot-seat-breakdown"
104848+
"$ref": "#/components/schemas/copilot-organization-seat-breakdown"
104849104849
},
104850104850
"public_code_suggestions": {
104851104851
"type": "string",
104852-
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
104852+
"description": "The organization policy for allowing or blocking suggestions matching public code (duplication detection filter).",
104853104853
"enum": [
104854104854
"allow",
104855104855
"block",
104856-
"unconfigured",
104857-
"unknown"
104856+
"unconfigured"
104858104857
]
104859104858
},
104860104859
"ide_chat": {
104861104860
"type": "string",
104862-
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
104861+
"description": "The organization policy for allowing or disallowing Copilot Chat in the IDE.",
104863104862
"enum": [
104864104863
"enabled",
104865104864
"disabled",
@@ -104868,7 +104867,7 @@
104868104867
},
104869104868
"platform_chat": {
104870104869
"type": "string",
104871-
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
104870+
"description": "The organization policy for allowing or disallowing Copilot features on GitHub.com.",
104872104871
"enum": [
104873104872
"enabled",
104874104873
"disabled",
@@ -104877,7 +104876,7 @@
104877104876
},
104878104877
"cli": {
104879104878
"type": "string",
104880-
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
104879+
"description": "The organization policy for allowing or disallowing Copilot in the CLI.",
104881104880
"enum": [
104882104881
"enabled",
104883104882
"disabled",
@@ -104899,8 +104898,7 @@
104899104898
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
104900104899
"enum": [
104901104900
"business",
104902-
"enterprise",
104903-
"unknown"
104901+
"enterprise"
104904104902
]
104905104903
}
104906104904
},

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

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75948,8 +75948,8 @@ components:
7594875948
required:
7594975949
- key_id
7595075950
- key
75951-
copilot-seat-breakdown:
75952-
title: Copilot Business Seat Breakdown
75951+
copilot-organization-seat-breakdown:
75952+
title: Copilot Seat Breakdown
7595375953
description: The breakdown of Copilot Business seats for the organization.
7595475954
type: object
7595575955
properties:
@@ -75966,8 +75966,8 @@ components:
7596675966
of the current billing cycle.
7596775967
pending_invitation:
7596875968
type: integer
75969-
description: The number of seats that have been assigned to users that have
75970-
not yet accepted an invitation to this organization.
75969+
description: The number of users who have been invited to receive a Copilot
75970+
seat through this organization.
7597175971
active_this_cycle:
7597275972
type: integer
7597375973
description: The number of seats that have used Copilot during the current
@@ -75983,36 +75983,35 @@ components:
7598375983
type: object
7598475984
properties:
7598575985
seat_breakdown:
75986-
"$ref": "#/components/schemas/copilot-seat-breakdown"
75986+
"$ref": "#/components/schemas/copilot-organization-seat-breakdown"
7598775987
public_code_suggestions:
7598875988
type: string
75989-
description: The organization policy for allowing or disallowing Copilot
75990-
to make suggestions that match public code.
75989+
description: The organization policy for allowing or blocking suggestions
75990+
matching public code (duplication detection filter).
7599175991
enum:
7599275992
- allow
7599375993
- block
7599475994
- unconfigured
75995-
- unknown
7599675995
ide_chat:
7599775996
type: string
75998-
description: The organization policy for allowing or disallowing organization
75999-
members to use Copilot Chat within their editor.
75997+
description: The organization policy for allowing or disallowing Copilot
75998+
Chat in the IDE.
7600075999
enum:
7600176000
- enabled
7600276001
- disabled
7600376002
- unconfigured
7600476003
platform_chat:
7600576004
type: string
76006-
description: The organization policy for allowing or disallowing organization
76007-
members to use Copilot features within github.com.
76005+
description: The organization policy for allowing or disallowing Copilot
76006+
features on GitHub.com.
7600876007
enum:
7600976008
- enabled
7601076009
- disabled
7601176010
- unconfigured
7601276011
cli:
7601376012
type: string
76014-
description: The organization policy for allowing or disallowing organization
76015-
members to use Copilot within their CLI.
76013+
description: The organization policy for allowing or disallowing Copilot
76014+
in the CLI.
7601676015
enum:
7601776016
- enabled
7601876017
- disabled
@@ -76032,7 +76031,6 @@ components:
7603276031
enum:
7603376032
- business
7603476033
- enterprise
76035-
- unknown
7603676034
required:
7603776035
- seat_breakdown
7603876036
- public_code_suggestions

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

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -104808,8 +104808,8 @@
104808104808
"key"
104809104809
]
104810104810
},
104811-
"copilot-seat-breakdown": {
104812-
"title": "Copilot Business Seat Breakdown",
104811+
"copilot-organization-seat-breakdown": {
104812+
"title": "Copilot Seat Breakdown",
104813104813
"description": "The breakdown of Copilot Business seats for the organization.",
104814104814
"type": "object",
104815104815
"properties": {
@@ -104827,7 +104827,7 @@
104827104827
},
104828104828
"pending_invitation": {
104829104829
"type": "integer",
104830-
"description": "The number of seats that have been assigned to users that have not yet accepted an invitation to this organization."
104830+
"description": "The number of users who have been invited to receive a Copilot seat through this organization."
104831104831
},
104832104832
"active_this_cycle": {
104833104833
"type": "integer",
@@ -104845,21 +104845,20 @@
104845104845
"type": "object",
104846104846
"properties": {
104847104847
"seat_breakdown": {
104848-
"$ref": "#/components/schemas/copilot-seat-breakdown"
104848+
"$ref": "#/components/schemas/copilot-organization-seat-breakdown"
104849104849
},
104850104850
"public_code_suggestions": {
104851104851
"type": "string",
104852-
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
104852+
"description": "The organization policy for allowing or blocking suggestions matching public code (duplication detection filter).",
104853104853
"enum": [
104854104854
"allow",
104855104855
"block",
104856-
"unconfigured",
104857-
"unknown"
104856+
"unconfigured"
104858104857
]
104859104858
},
104860104859
"ide_chat": {
104861104860
"type": "string",
104862-
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
104861+
"description": "The organization policy for allowing or disallowing Copilot Chat in the IDE.",
104863104862
"enum": [
104864104863
"enabled",
104865104864
"disabled",
@@ -104868,7 +104867,7 @@
104868104867
},
104869104868
"platform_chat": {
104870104869
"type": "string",
104871-
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
104870+
"description": "The organization policy for allowing or disallowing Copilot features on GitHub.com.",
104872104871
"enum": [
104873104872
"enabled",
104874104873
"disabled",
@@ -104877,7 +104876,7 @@
104877104876
},
104878104877
"cli": {
104879104878
"type": "string",
104880-
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
104879+
"description": "The organization policy for allowing or disallowing Copilot in the CLI.",
104881104880
"enum": [
104882104881
"enabled",
104883104882
"disabled",
@@ -104899,8 +104898,7 @@
104899104898
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
104900104899
"enum": [
104901104900
"business",
104902-
"enterprise",
104903-
"unknown"
104901+
"enterprise"
104904104902
]
104905104903
}
104906104904
},

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

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75948,8 +75948,8 @@ components:
7594875948
required:
7594975949
- key_id
7595075950
- key
75951-
copilot-seat-breakdown:
75952-
title: Copilot Business Seat Breakdown
75951+
copilot-organization-seat-breakdown:
75952+
title: Copilot Seat Breakdown
7595375953
description: The breakdown of Copilot Business seats for the organization.
7595475954
type: object
7595575955
properties:
@@ -75966,8 +75966,8 @@ components:
7596675966
of the current billing cycle.
7596775967
pending_invitation:
7596875968
type: integer
75969-
description: The number of seats that have been assigned to users that have
75970-
not yet accepted an invitation to this organization.
75969+
description: The number of users who have been invited to receive a Copilot
75970+
seat through this organization.
7597175971
active_this_cycle:
7597275972
type: integer
7597375973
description: The number of seats that have used Copilot during the current
@@ -75983,36 +75983,35 @@ components:
7598375983
type: object
7598475984
properties:
7598575985
seat_breakdown:
75986-
"$ref": "#/components/schemas/copilot-seat-breakdown"
75986+
"$ref": "#/components/schemas/copilot-organization-seat-breakdown"
7598775987
public_code_suggestions:
7598875988
type: string
75989-
description: The organization policy for allowing or disallowing Copilot
75990-
to make suggestions that match public code.
75989+
description: The organization policy for allowing or blocking suggestions
75990+
matching public code (duplication detection filter).
7599175991
enum:
7599275992
- allow
7599375993
- block
7599475994
- unconfigured
75995-
- unknown
7599675995
ide_chat:
7599775996
type: string
75998-
description: The organization policy for allowing or disallowing organization
75999-
members to use Copilot Chat within their editor.
75997+
description: The organization policy for allowing or disallowing Copilot
75998+
Chat in the IDE.
7600075999
enum:
7600176000
- enabled
7600276001
- disabled
7600376002
- unconfigured
7600476003
platform_chat:
7600576004
type: string
76006-
description: The organization policy for allowing or disallowing organization
76007-
members to use Copilot features within github.com.
76005+
description: The organization policy for allowing or disallowing Copilot
76006+
features on GitHub.com.
7600876007
enum:
7600976008
- enabled
7601076009
- disabled
7601176010
- unconfigured
7601276011
cli:
7601376012
type: string
76014-
description: The organization policy for allowing or disallowing organization
76015-
members to use Copilot within their CLI.
76013+
description: The organization policy for allowing or disallowing Copilot
76014+
in the CLI.
7601676015
enum:
7601776016
- enabled
7601876017
- disabled
@@ -76032,7 +76031,6 @@ components:
7603276031
enum:
7603376032
- business
7603476033
- enterprise
76035-
- unknown
7603676034
required:
7603776035
- seat_breakdown
7603876036
- public_code_suggestions

0 commit comments

Comments
 (0)