GitHub Copilot · JSON Structure

Github Copilot Copilot Billing Info Structure

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

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

Properties

seat_management_setting ide_chat platform_chat cli public_code_suggestions plan_type

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CopilotBillingInfo",
  "type": "object",
  "properties": {
    "seat_management_setting": {
      "type": "string"
    },
    "ide_chat": {
      "type": "string"
    },
    "platform_chat": {
      "type": "string"
    },
    "cli": {
      "type": "string"
    },
    "public_code_suggestions": {
      "type": "string"
    },
    "plan_type": {
      "type": "string"
    }
  }
}