GitHub Copilot · Schema

SimpleUser

A GitHub user account.

AgentsArtificial IntelligenceCode GenerationCode ReviewCoding AgentsCustom InstructionsDeveloper ToolsExtensionsIDEMachine-LearningMCPMetricsProductivity

Properties

Name Type Description
login string The username of the user.
id integer The unique identifier of the user.
node_id string The GraphQL node ID of the user.
avatar_url string URL to the user's avatar image.
gravatar_id stringnull
url string API URL for this user.
html_url string URL to the user's GitHub profile.
followers_url string
following_url string
gists_url string
starred_url string
subscriptions_url string
organizations_url string
repos_url string
events_url string
received_events_url string
type string The type of account (User, Organization, Bot, etc.).
site_admin boolean Whether the user is a GitHub site administrator.
View JSON Schema on GitHub

JSON Schema

github-copilot-simpleuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SimpleUser",
  "title": "SimpleUser",
  "type": "object",
  "description": "A GitHub user account.",
  "properties": {
    "login": {
      "type": "string",
      "description": "The username of the user.",
      "example": "example_value"
    },
    "id": {
      "type": "integer",
      "description": "The unique identifier of the user.",
      "example": "abc123"
    },
    "node_id": {
      "type": "string",
      "description": "The GraphQL node ID of the user.",
      "example": "500123"
    },
    "avatar_url": {
      "type": "string",
      "format": "uri",
      "description": "URL to the user's avatar image.",
      "example": "https://www.example.com"
    },
    "gravatar_id": {
      "type": [
        "string",
        "null"
      ],
      "example": "500123"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "API URL for this user.",
      "example": "https://www.example.com"
    },
    "html_url": {
      "type": "string",
      "format": "uri",
      "description": "URL to the user's GitHub profile.",
      "example": "https://www.example.com"
    },
    "followers_url": {
      "type": "string",
      "format": "uri",
      "example": "https://www.example.com"
    },
    "following_url": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "gists_url": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "starred_url": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "subscriptions_url": {
      "type": "string",
      "format": "uri",
      "example": "https://www.example.com"
    },
    "organizations_url": {
      "type": "string",
      "format": "uri",
      "example": "https://www.example.com"
    },
    "repos_url": {
      "type": "string",
      "format": "uri",
      "example": "https://www.example.com"
    },
    "events_url": {
      "type": "string",
      "example": "https://www.example.com"
    },
    "received_events_url": {
      "type": "string",
      "format": "uri",
      "example": "https://www.example.com"
    },
    "type": {
      "type": "string",
      "description": "The type of account (User, Organization, Bot, etc.).",
      "example": "example_value"
    },
    "site_admin": {
      "type": "boolean",
      "description": "Whether the user is a GitHub site administrator.",
      "example": true
    }
  },
  "required": [
    "login",
    "id",
    "node_id",
    "avatar_url",
    "url",
    "html_url",
    "type",
    "site_admin"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/github-copilot-simpleuser"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.