Peking University · Schema

PKU Institutional Repository Community

A top-level community (faculty, department, or content class such as 专利 / patents) in the Institutional Repository of Peking University, as returned by https://ir.pku.edu.cn/rest/communities. Derived from live responses captured 2026-08-19.

UniversityHigher EducationEducationChinaPublic Research UniversityC9 LeagueResearch RepositoryIdentity FederationResearch DataOpen DataResearch ComputingOAI-PMH

Properties

Name Type Description
id integer
name string
handle string
type object
link string
expand array
logo objectnull
parentCommunity objectnull
copyrightText string
introductoryText string
shortDescription string
sidebarText string
countItems integer
subcommunities array
collections array
View JSON Schema on GitHub

JSON Schema

peking-ir-community.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peking/main/json-schema/peking-ir-community.json",
  "title": "PKU Institutional Repository Community",
  "description": "A top-level community (faculty, department, or content class such as 专利 / patents) in the Institutional Repository of Peking University, as returned by https://ir.pku.edu.cn/rest/communities. Derived from live responses captured 2026-08-19.",
  "x-generated": "2026-08-19",
  "x-method": "derived",
  "x-source": "https://ir.pku.edu.cn/rest/communities?limit=2",
  "x-operator": "institution",
  "type": "object",
  "required": ["id", "name", "handle", "type", "link"],
  "properties": {
    "id": { "type": "integer" },
    "name": { "type": "string", "examples": ["专利", "人文学部"] },
    "handle": { "type": "string", "pattern": "^20\\.500\\.11897/" },
    "type": { "const": "community" },
    "link": { "type": "string" },
    "expand": { "type": "array", "items": { "type": "string" } },
    "logo": { "type": ["object", "null"] },
    "parentCommunity": { "type": ["object", "null"] },
    "copyrightText": { "type": "string" },
    "introductoryText": { "type": "string" },
    "shortDescription": { "type": "string" },
    "sidebarText": { "type": "string" },
    "countItems": { "type": "integer" },
    "subcommunities": { "type": "array", "items": { "type": "object" } },
    "collections": { "type": "array", "items": { "type": "object" } }
  }
}

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/peking-ir-community"
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.