GitHub · Schema

organization-simple

A GitHub organization.

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Properties

Name Type Description
login string
id integer
node_id string
url string
repos_url string
events_url string
hooks_url string
issues_url string
members_url string
public_members_url string
avatar_url string
description string
View JSON Schema on GitHub

JSON Schema

github-openapi-organization-simple-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-openapi-organization-simple-schema.json",
  "title": "organization-simple",
  "description": "A GitHub organization.",
  "type": "object",
  "properties": {
    "login": {
      "type": "string",
      "example": "github"
    },
    "id": {
      "type": "integer",
      "example": 1
    },
    "node_id": {
      "type": "string",
      "example": "MDEyOk9yZ2FuaXphdGlvbjE="
    },
    "url": {
      "type": "string",
      "format": "uri",
      "example": "https://api.github.com/orgs/github"
    },
    "repos_url": {
      "type": "string",
      "format": "uri",
      "example": "https://api.github.com/orgs/github/repos"
    },
    "events_url": {
      "type": "string",
      "format": "uri",
      "example": "https://api.github.com/orgs/github/events"
    },
    "hooks_url": {
      "type": "string",
      "example": "https://api.github.com/orgs/github/hooks"
    },
    "issues_url": {
      "type": "string",
      "example": "https://api.github.com/orgs/github/issues"
    },
    "members_url": {
      "type": "string",
      "example": "https://api.github.com/orgs/github/members{/member}"
    },
    "public_members_url": {
      "type": "string",
      "example": "https://api.github.com/orgs/github/public_members{/member}"
    },
    "avatar_url": {
      "type": "string",
      "example": "https://github.com/images/error/octocat_happy.gif"
    },
    "description": {
      "type": "string",
      "example": "A great organization",
      "nullable": true
    }
  },
  "required": [
    "login",
    "url",
    "id",
    "node_id",
    "repos_url",
    "events_url",
    "hooks_url",
    "issues_url",
    "members_url",
    "public_members_url",
    "avatar_url",
    "description"
  ]
}

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-openapi-organization-simple"
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.