Peking University · Schema

PKU Institutional Repository Collection

A collection inside the Institutional Repository of Peking University, as returned by https://ir.pku.edu.cn/rest/collections. Derived from live responses captured 2026-08-19; deptid and deptname are Peking University extensions naming the owning academic department.

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
parentCommunityList array
items array
license stringnull
copyrightText string
introductoryText string
shortDescription string
sidebarText string
numberItems integer
deptid string
deptname string
View JSON Schema on GitHub

JSON Schema

peking-ir-collection.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peking/main/json-schema/peking-ir-collection.json",
  "title": "PKU Institutional Repository Collection",
  "description": "A collection inside the Institutional Repository of Peking University, as returned by https://ir.pku.edu.cn/rest/collections. Derived from live responses captured 2026-08-19; deptid and deptname are Peking University extensions naming the owning academic department.",
  "x-generated": "2026-08-19",
  "x-method": "derived",
  "x-source": "https://ir.pku.edu.cn/rest/collections?limit=2",
  "x-operator": "institution",
  "type": "object",
  "required": ["id", "name", "handle", "type", "link"],
  "properties": {
    "id": { "type": "integer" },
    "name": { "type": "string" },
    "handle": { "type": "string", "pattern": "^20\\.500\\.11897/" },
    "type": { "const": "collection" },
    "link": { "type": "string" },
    "expand": { "type": "array", "items": { "type": "string" } },
    "logo": { "type": ["object", "null"] },
    "parentCommunity": { "type": ["object", "null"] },
    "parentCommunityList": { "type": "array", "items": { "type": "object" } },
    "items": { "type": "array", "items": { "type": "object" } },
    "license": { "type": ["string", "null"] },
    "copyrightText": { "type": "string" },
    "introductoryText": { "type": "string" },
    "shortDescription": { "type": "string" },
    "sidebarText": { "type": "string" },
    "numberItems": { "type": "integer" },
    "deptid": { "type": "string" },
    "deptname": { "type": "string" }
  }
}