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-copilotdotcomchat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CopilotDotcomChat",
  "title": "CopilotDotcomChat",
  "type": "object",
  "description": "Metrics for Copilot Chat on github.com.",
  "properties": {
    "total_engaged_users": {
      "type": "integer",
      "example": 10
    },
    "models": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/DotcomChatModel"
      },
      "example": []
    }
  }
}