GitHub Copilot · JSON Structure

Github Copilot Code Completions Model Structure

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

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

Properties

name is_custom_model custom_model_training_date total_engaged_users languages

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CodeCompletionsModel",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "is_custom_model": {
      "type": "boolean"
    },
    "custom_model_training_date": {
      "type": "['string', 'null']"
    },
    "total_engaged_users": {
      "type": "integer"
    },
    "languages": {
      "type": "array"
    }
  }
}