GitHub Copilot · JSON Structure

Github Copilot Copilot Seat Detail Structure

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

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

Properties

created_at updated_at pending_cancellation_date last_activity_at last_activity_editor last_authenticated_at plan_type assignee assigning_team

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CopilotSeatDetail",
  "type": "object",
  "properties": {
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "pending_cancellation_date": {
      "type": "['string', 'null']"
    },
    "last_activity_at": {
      "type": "['string', 'null']"
    },
    "last_activity_editor": {
      "type": "['string', 'null']"
    },
    "last_authenticated_at": {
      "type": "['string', 'null']"
    },
    "plan_type": {
      "type": "string"
    },
    "assignee": {
      "type": "string"
    },
    "assigning_team": {
      "type": "string"
    }
  }
}