GitHub Copilot · Schema

SeatsCancelledResponse

Response after removing users or teams from the Copilot subscription.

AgentsAIArtificial IntelligenceCode GenerationCode ReviewCoding AgentCustom InstructionsDeveloper ToolsExtensionsIDEMachine LearningMCPMetricsModel Context ProtocolProductivity

Properties

Name Type Description
seats_cancelled integer The number of Copilot seats set to pending cancellation.
View JSON Schema on GitHub

JSON Schema

github-copilot-seats-cancelled-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SeatsCancelledResponse",
  "type": "object",
  "description": "Response after removing users or teams from the Copilot subscription.",
  "properties": {
    "seats_cancelled": {
      "type": "integer",
      "description": "The number of Copilot seats set to pending cancellation."
    }
  }
}