GitHub · Schema

root

root from GitHub API

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
current_user_url string
current_user_authorizations_html_url string
authorizations_url string
code_search_url string
commit_search_url string
emails_url string
emojis_url string
events_url string
feeds_url string
followers_url string
following_url string
gists_url string
hub_url string
issue_search_url string
issues_url string
keys_url string
label_search_url string
notifications_url string
organization_url string
organization_repositories_url string
organization_teams_url string
public_gists_url string
rate_limit_url string
repository_url string
repository_search_url string
current_user_repositories_url string
starred_url string
starred_gists_url string
topic_search_url string
user_url string
user_organizations_url string
user_repositories_url string
user_search_url string
View JSON Schema on GitHub

JSON Schema

github-events-api-root-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-schema/github-events-api-root-schema.json",
  "title": "root",
  "description": "root from GitHub API",
  "type": "object",
  "properties": {
    "current_user_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "current_user_authorizations_html_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "authorizations_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "code_search_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "commit_search_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "emails_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "emojis_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "events_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "feeds_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "followers_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "following_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "gists_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "hub_url": {
      "type": "string",
      "format": "uri-template",
      "deprecated": true,
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "issue_search_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "issues_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "keys_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "label_search_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "notifications_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "organization_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "organization_repositories_url": {
      "type": "string",
      "format": "uri-template",
      "example": "https://api.github.com/repos/octocat/Hello-World"
    },
    "organization_teams_url": {
      "type": "string",
      "format": "uri-template"
    },
    "public_gists_url": {
      "type": "string",
      "format": "uri-template"
    },
    "rate_limit_url": {
      "type": "string",
      "format": "uri-template"
    },
    "repository_url": {
      "type": "string",
      "format": "uri-template"
    },
    "repository_search_url": {
      "type": "string",
      "format": "uri-template"
    },
    "current_user_repositories_url": {
      "type": "string",
      "format": "uri-template"
    },
    "starred_url": {
      "type": "string",
      "format": "uri-template"
    },
    "starred_gists_url": {
      "type": "string",
      "format": "uri-template"
    },
    "topic_search_url": {
      "type": "string",
      "format": "uri-template"
    },
    "user_url": {
      "type": "string",
      "format": "uri-template"
    },
    "user_organizations_url": {
      "type": "string",
      "format": "uri-template"
    },
    "user_repositories_url": {
      "type": "string",
      "format": "uri-template"
    },
    "user_search_url": {
      "type": "string",
      "format": "uri-template"
    }
  },
  "required": [
    "current_user_url",
    "current_user_authorizations_html_url",
    "authorizations_url",
    "code_search_url",
    "commit_search_url",
    "emails_url",
    "emojis_url",
    "events_url",
    "feeds_url",
    "followers_url",
    "following_url",
    "gists_url",
    "issue_search_url",
    "issues_url",
    "keys_url",
    "label_search_url",
    "notifications_url",
    "organization_url",
    "organization_repositories_url",
    "organization_teams_url",
    "public_gists_url",
    "rate_limit_url",
    "repository_url",
    "repository_search_url",
    "current_user_repositories_url",
    "starred_url",
    "starred_gists_url",
    "user_url",
    "user_organizations_url",
    "user_repositories_url",
    "user_search_url"
  ]
}

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-events-api-root"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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