GitHub Copilot · JSON Structure

Github Copilot Simple User Structure

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

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

Properties

login id node_id avatar_url gravatar_id url html_url followers_url following_url gists_url starred_url subscriptions_url organizations_url repos_url events_url received_events_url type site_admin

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SimpleUser",
  "type": "object",
  "properties": {
    "login": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "node_id": {
      "type": "string"
    },
    "avatar_url": {
      "type": "string"
    },
    "gravatar_id": {
      "type": "['string', 'null']"
    },
    "url": {
      "type": "string"
    },
    "html_url": {
      "type": "string"
    },
    "followers_url": {
      "type": "string"
    },
    "following_url": {
      "type": "string"
    },
    "gists_url": {
      "type": "string"
    },
    "starred_url": {
      "type": "string"
    },
    "subscriptions_url": {
      "type": "string"
    },
    "organizations_url": {
      "type": "string"
    },
    "repos_url": {
      "type": "string"
    },
    "events_url": {
      "type": "string"
    },
    "received_events_url": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "site_admin": {
      "type": "boolean"
    }
  }
}