GitHub Copilot · JSON Structure

Github Copilot Seat Breakdown Structure

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

SeatBreakdown 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

total added_this_cycle pending_invitation pending_cancellation active_this_cycle inactive_this_cycle

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SeatBreakdown",
  "type": "object",
  "properties": {
    "total": {
      "type": "integer"
    },
    "added_this_cycle": {
      "type": "integer"
    },
    "pending_invitation": {
      "type": "integer"
    },
    "pending_cancellation": {
      "type": "integer"
    },
    "active_this_cycle": {
      "type": "integer"
    },
    "inactive_this_cycle": {
      "type": "integer"
    }
  }
}