GitHub Copilot · JSON Structure

Github Copilot Team Structure

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

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

Properties

id node_id name slug description privacy notification_setting permission url html_url members_url repositories_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Team",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "node_id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "description": {
      "type": "['string', 'null']"
    },
    "privacy": {
      "type": "string"
    },
    "notification_setting": {
      "type": "string"
    },
    "permission": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "html_url": {
      "type": "string"
    },
    "members_url": {
      "type": "string"
    },
    "repositories_url": {
      "type": "string"
    }
  }
}