Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -103036,8 +103036,8 @@
"key"
]
},
"copilot-seat-breakdown": {
"title": "Copilot Business Seat Breakdown",
"copilot-organization-seat-breakdown": {
"title": "Copilot Seat Breakdown",
"description": "The breakdown of Copilot Business seats for the organization.",
"type": "object",
"properties": {
Expand All @@ -103055,7 +103055,7 @@
},
"pending_invitation": {
"type": "integer",
"description": "The number of seats that have been assigned to users that have not yet accepted an invitation to this organization."
"description": "The number of users who have been invited to receive a Copilot seat through this organization."
},
"active_this_cycle": {
"type": "integer",
Expand All @@ -103073,21 +103073,20 @@
"type": "object",
"properties": {
"seat_breakdown": {
"$ref": "#/components/schemas/copilot-seat-breakdown"
"$ref": "#/components/schemas/copilot-organization-seat-breakdown"
},
"public_code_suggestions": {
"type": "string",
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
"description": "The organization policy for allowing or blocking suggestions matching public code (duplication detection filter).",
"enum": [
"allow",
"block",
"unconfigured",
"unknown"
"unconfigured"
]
},
"ide_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"description": "The organization policy for allowing or disallowing Copilot Chat in the IDE.",
"enum": [
"enabled",
"disabled",
Expand All @@ -103096,7 +103095,7 @@
},
"platform_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
"description": "The organization policy for allowing or disallowing Copilot features on GitHub.com.",
"enum": [
"enabled",
"disabled",
Expand All @@ -103105,7 +103104,7 @@
},
"cli": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
"description": "The organization policy for allowing or disallowing Copilot in the CLI.",
"enum": [
"enabled",
"disabled",
Expand All @@ -103127,8 +103126,7 @@
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
"enterprise"
]
}
},
Expand Down
28 changes: 13 additions & 15 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75189,8 +75189,8 @@ components:
required:
- key_id
- key
copilot-seat-breakdown:
title: Copilot Business Seat Breakdown
copilot-organization-seat-breakdown:
title: Copilot Seat Breakdown
description: The breakdown of Copilot Business seats for the organization.
type: object
properties:
Expand All @@ -75207,8 +75207,8 @@ components:
of the current billing cycle.
pending_invitation:
type: integer
description: The number of seats that have been assigned to users that have
not yet accepted an invitation to this organization.
description: The number of users who have been invited to receive a Copilot
seat through this organization.
active_this_cycle:
type: integer
description: The number of seats that have used Copilot during the current
Expand All @@ -75224,36 +75224,35 @@ components:
type: object
properties:
seat_breakdown:
"$ref": "#/components/schemas/copilot-seat-breakdown"
"$ref": "#/components/schemas/copilot-organization-seat-breakdown"
public_code_suggestions:
type: string
description: The organization policy for allowing or disallowing Copilot
to make suggestions that match public code.
description: The organization policy for allowing or blocking suggestions
matching public code (duplication detection filter).
enum:
- allow
- block
- unconfigured
- unknown
ide_chat:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot Chat within their editor.
description: The organization policy for allowing or disallowing Copilot
Chat in the IDE.
enum:
- enabled
- disabled
- unconfigured
platform_chat:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot features within github.com.
description: The organization policy for allowing or disallowing Copilot
features on GitHub.com.
enum:
- enabled
- disabled
- unconfigured
cli:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot within their CLI.
description: The organization policy for allowing or disallowing Copilot
in the CLI.
enum:
- enabled
- disabled
Expand All @@ -75273,7 +75272,6 @@ components:
enum:
- business
- enterprise
- unknown
required:
- seat_breakdown
- public_code_suggestions
Expand Down
22 changes: 10 additions & 12 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -103036,8 +103036,8 @@
"key"
]
},
"copilot-seat-breakdown": {
"title": "Copilot Business Seat Breakdown",
"copilot-organization-seat-breakdown": {
"title": "Copilot Seat Breakdown",
"description": "The breakdown of Copilot Business seats for the organization.",
"type": "object",
"properties": {
Expand All @@ -103055,7 +103055,7 @@
},
"pending_invitation": {
"type": "integer",
"description": "The number of seats that have been assigned to users that have not yet accepted an invitation to this organization."
"description": "The number of users who have been invited to receive a Copilot seat through this organization."
},
"active_this_cycle": {
"type": "integer",
Expand All @@ -103073,21 +103073,20 @@
"type": "object",
"properties": {
"seat_breakdown": {
"$ref": "#/components/schemas/copilot-seat-breakdown"
"$ref": "#/components/schemas/copilot-organization-seat-breakdown"
},
"public_code_suggestions": {
"type": "string",
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
"description": "The organization policy for allowing or blocking suggestions matching public code (duplication detection filter).",
"enum": [
"allow",
"block",
"unconfigured",
"unknown"
"unconfigured"
]
},
"ide_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"description": "The organization policy for allowing or disallowing Copilot Chat in the IDE.",
"enum": [
"enabled",
"disabled",
Expand All @@ -103096,7 +103095,7 @@
},
"platform_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot features within github.com.",
"description": "The organization policy for allowing or disallowing Copilot features on GitHub.com.",
"enum": [
"enabled",
"disabled",
Expand All @@ -103105,7 +103104,7 @@
},
"cli": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
"description": "The organization policy for allowing or disallowing Copilot in the CLI.",
"enum": [
"enabled",
"disabled",
Expand All @@ -103127,8 +103126,7 @@
"description": "The Copilot plan of the organization, or the parent enterprise, when applicable.",
"enum": [
"business",
"enterprise",
"unknown"
"enterprise"
]
}
},
Expand Down
28 changes: 13 additions & 15 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75189,8 +75189,8 @@ components:
required:
- key_id
- key
copilot-seat-breakdown:
title: Copilot Business Seat Breakdown
copilot-organization-seat-breakdown:
title: Copilot Seat Breakdown
description: The breakdown of Copilot Business seats for the organization.
type: object
properties:
Expand All @@ -75207,8 +75207,8 @@ components:
of the current billing cycle.
pending_invitation:
type: integer
description: The number of seats that have been assigned to users that have
not yet accepted an invitation to this organization.
description: The number of users who have been invited to receive a Copilot
seat through this organization.
active_this_cycle:
type: integer
description: The number of seats that have used Copilot during the current
Expand All @@ -75224,36 +75224,35 @@ components:
type: object
properties:
seat_breakdown:
"$ref": "#/components/schemas/copilot-seat-breakdown"
"$ref": "#/components/schemas/copilot-organization-seat-breakdown"
public_code_suggestions:
type: string
description: The organization policy for allowing or disallowing Copilot
to make suggestions that match public code.
description: The organization policy for allowing or blocking suggestions
matching public code (duplication detection filter).
enum:
- allow
- block
- unconfigured
- unknown
ide_chat:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot Chat within their editor.
description: The organization policy for allowing or disallowing Copilot
Chat in the IDE.
enum:
- enabled
- disabled
- unconfigured
platform_chat:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot features within github.com.
description: The organization policy for allowing or disallowing Copilot
features on GitHub.com.
enum:
- enabled
- disabled
- unconfigured
cli:
type: string
description: The organization policy for allowing or disallowing organization
members to use Copilot within their CLI.
description: The organization policy for allowing or disallowing Copilot
in the CLI.
enum:
- enabled
- disabled
Expand All @@ -75273,7 +75272,6 @@ components:
enum:
- business
- enterprise
- unknown
required:
- seat_breakdown
- public_code_suggestions
Expand Down
Loading