GitHub Copilot · JSON Structure

Github Copilot Seats Cancelled Response Structure

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

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

Properties

seats_cancelled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SeatsCancelledResponse",
  "type": "object",
  "properties": {
    "seats_cancelled": {
      "type": "integer"
    }
  }
}