GitHub Copilot · JSON Structure

Github Copilot Ide Chat Editor Structure

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

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

Properties

name total_engaged_users models

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

JSON Structure

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