DR-NTU (Digital Repository) Item

A DSpace 7 item resource as embedded in discovery search results from DR-NTU (Digital Repository of NTU).

UniversityHigher EducationEducationSingaporePublic Research UniversityResearch DataResearch RepositoryIdentity FederationOpen AccessCourse CatalogLibraryOAI-PMH

Properties

Name Type Description
uuid string
name string
handle string Persistent handle, e.g. 10356/213929.
metadata object Map of metadata field keys (e.g. dc.title) to arrays of value objects.
inArchive boolean
discoverable boolean
withdrawn boolean
type string
uniqueType string
View JSON Schema on GitHub

JSON Schema

ntu-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://dr.ntu.edu.sg/schemas/item.json",
  "x-generated": "2026-08-19",
  "x-method": "derived",
  "x-source": "openapi/_original/ntu-drntu-repo-rest.yaml",
  "x-operator": "tenant",
  "x-operator-note": "dr.ntu.edu.sg CNAMEs to ntu-cris.4science.cloud. NTU's repository and NTU's data, running on 4Science's DSpace-CRIS platform. The shape below is the vendor's, not NTU's engineering.",
  "title": "DR-NTU (Digital Repository) Item",
  "description": "A DSpace 7 item resource as embedded in discovery search results from DR-NTU (Digital Repository of NTU).",
  "type": "object",
  "required": [
    "uuid",
    "type",
    "metadata"
  ],
  "properties": {
    "uuid": {
      "type": "string",
      "format": "uuid"
    },
    "name": {
      "type": "string"
    },
    "handle": {
      "type": "string",
      "description": "Persistent handle, e.g. 10356/213929."
    },
    "metadata": {
      "type": "object",
      "description": "Map of metadata field keys (e.g. dc.title) to arrays of value objects.",
      "additionalProperties": {
        "type": "array",
        "items": {
          "$ref": "#/$defs/metadataValue"
        }
      }
    },
    "inArchive": {
      "type": "boolean"
    },
    "discoverable": {
      "type": "boolean"
    },
    "withdrawn": {
      "type": "boolean"
    },
    "type": {
      "type": "string",
      "const": "item"
    },
    "uniqueType": {
      "type": "string"
    }
  },
  "additionalProperties": true,
  "$defs": {
    "metadataValue": {
      "type": "object",
      "required": [
        "value"
      ],
      "properties": {
        "value": {
          "type": "string"
        },
        "language": {
          "type": [
            "string",
            "null"
          ]
        },
        "authority": {
          "type": [
            "string",
            "null"
          ]
        },
        "confidence": {
          "type": [
            "integer",
            "null"
          ]
        },
        "place": {
          "type": "integer"
        }
      }
    }
  }
}

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/ntu-item"
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.