Skip to content

Commit

Permalink
WIP: schema updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Octokit Bot committed Feb 22, 2024
1 parent c241cb7 commit 7d56f06
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion cache/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -24895,11 +24895,21 @@
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
"enum": ["allow", "block", "unconfigured", "unknown"]
},
"copilot_chat": {
"ide_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"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.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"cli": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"seat_management_setting": {
"type": "string",
"description": "The mode of assigning new seats.",
Expand Down
12 changes: 11 additions & 1 deletion cache/ghec.json
Original file line number Diff line number Diff line change
Expand Up @@ -25744,11 +25744,21 @@
"description": "The organization policy for allowing or disallowing Copilot to make suggestions that match public code.",
"enum": ["allow", "block", "unconfigured", "unknown"]
},
"copilot_chat": {
"ide_chat": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot Chat within their editor.",
"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.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"cli": {
"type": "string",
"description": "The organization policy for allowing or disallowing organization members to use Copilot within their CLI.",
"enum": ["enabled", "disabled", "unconfigured"]
},
"seat_management_setting": {
"type": "string",
"description": "The mode of assigning new seats.",
Expand Down

0 comments on commit 7d56f06

Please sign in to comment.