GitHub Copilot · JSON Structure

Github Copilot Code Completions Language Metrics Structure

Type: object Properties: 6
AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

CodeCompletionsLanguageMetrics is a JSON Structure definition published by GitHub Copilot, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name total_engaged_users total_code_suggestions total_code_acceptances total_code_lines_suggested total_code_lines_accepted

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CodeCompletionsLanguageMetrics",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "total_engaged_users": {
      "type": "integer"
    },
    "total_code_suggestions": {
      "type": "integer"
    },
    "total_code_acceptances": {
      "type": "integer"
    },
    "total_code_lines_suggested": {
      "type": "integer"
    },
    "total_code_lines_accepted": {
      "type": "integer"
    }
  }
}