GitHub Copilot · JSON Structure

Github Copilot Copilot Ide Chat Structure

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

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

Properties

total_engaged_users editors

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CopilotIdeChat",
  "type": "object",
  "properties": {
    "total_engaged_users": {
      "type": "integer"
    },
    "editors": {
      "type": "array"
    }
  }
}