GitHub Copilot · JSON Structure

Github Copilot Copilot Metrics Day Structure

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

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

Properties

date total_active_users total_engaged_users copilot_ide_code_completions copilot_ide_chat copilot_dotcom_chat copilot_dotcom_pull_requests

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CopilotMetricsDay",
  "type": "object",
  "properties": {
    "date": {
      "type": "string"
    },
    "total_active_users": {
      "type": "integer"
    },
    "total_engaged_users": {
      "type": "integer"
    },
    "copilot_ide_code_completions": {
      "type": "string"
    },
    "copilot_ide_chat": {
      "type": "string"
    },
    "copilot_dotcom_chat": {
      "type": "string"
    },
    "copilot_dotcom_pull_requests": {
      "type": "string"
    }
  }
}