GitHub Copilot · Schema

CopilotDotcomChat

Metrics for Copilot Chat on github.com.

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Properties

Name Type Description
total_engaged_users integer
models array
View JSON Schema on GitHub

JSON Schema

github-copilot-copilot-dotcom-chat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CopilotDotcomChat",
  "type": "object",
  "description": "Metrics for Copilot Chat on github.com.",
  "properties": {
    "total_engaged_users": {
      "type": "integer"
    },
    "models": {
      "type": "array"
    }
  }
}