GitHub Copilot · Schema

SelectedTeamsRequest

A list of team slugs to add or remove from the Copilot subscription.

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Properties

Name Type Description
selected_teams array List of team slugs within the organization.
View JSON Schema on GitHub

JSON Schema

github-copilot-selected-teams-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SelectedTeamsRequest",
  "type": "object",
  "description": "A list of team slugs to add or remove from the Copilot subscription.",
  "properties": {
    "selected_teams": {
      "type": "array",
      "description": "List of team slugs within the organization."
    }
  }
}