GitHub Copilot · Schema

CopilotIdeCodeCompletions

Metrics for Copilot code completions in IDEs.

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Properties

Name Type Description
total_engaged_users integer Users who accepted at least one code suggestion.
languages array
editors array
View JSON Schema on GitHub

JSON Schema

github-copilot-copilot-ide-code-completions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CopilotIdeCodeCompletions",
  "type": "object",
  "description": "Metrics for Copilot code completions in IDEs.",
  "properties": {
    "total_engaged_users": {
      "type": "integer",
      "description": "Users who accepted at least one code suggestion."
    },
    "languages": {
      "type": "array"
    },
    "editors": {
      "type": "array"
    }
  }
}