University of Edinburgh · Schema
DSpace 8 Community (Edinburgh DataShare / ERA)
Shape of a community object as returned by the DSpace 8.3 REST API operated by the University of Edinburgh at datashare.ed.ac.uk and era.ed.ac.uk. Derived from a probed response, not from vendor documentation.
UniversityHigher EducationEducationUnited KingdomScotlandRussell GroupResearch RepositoryOpen DataIdentity FederationResearch ComputingOAI-PMHArtificial Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| uuid | string | |
| name | string | |
| handle | string | Handle System identifier, e.g. 10283/2821 (DataShare) or 1842/69 (ERA) |
| archivedItemsCount | integer | -1 when the deployment does not compute the count for anonymous callers |
| type | string | |
| metadata | object | Qualified Dublin Core metadata map |
| _links | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/university-of-edinburgh/main/json-schema/university-of-edinburgh-dspace-community-schema.json",
"title": "DSpace 8 Community (Edinburgh DataShare / ERA)",
"description": "Shape of a community object as returned by the DSpace 8.3 REST API operated by the University of Edinburgh at datashare.ed.ac.uk and era.ed.ac.uk. Derived from a probed response, not from vendor documentation.",
"x-operator": "institution",
"x-provenance": {
"method": "derived",
"generated": "2026-08-19",
"source": "https://datashare.ed.ac.uk/server/api/core/communities?size=1",
"note": "Derived from the observed 2026-08-19 response body. The API shape is DSpace open-source software; the deployment is Edinburgh's."
},
"type": "object",
"required": ["uuid", "name", "handle", "type", "metadata"],
"properties": {
"id": {"type": "string", "format": "uuid"},
"uuid": {"type": "string", "format": "uuid"},
"name": {"type": "string"},
"handle": {"type": "string", "pattern": "^[0-9]+/[0-9]+$", "description": "Handle System identifier, e.g. 10283/2821 (DataShare) or 1842/69 (ERA)"},
"archivedItemsCount": {"type": "integer", "description": "-1 when the deployment does not compute the count for anonymous callers"},
"type": {"type": "string", "const": "community"},
"metadata": {
"type": "object",
"description": "Qualified Dublin Core metadata map",
"additionalProperties": {
"type": "array",
"items": {
"type": "object",
"required": ["value"],
"properties": {
"value": {"type": "string"},
"language": {"type": ["string", "null"]},
"authority": {"type": ["string", "null"]},
"confidence": {"type": "integer"},
"place": {"type": "integer"}
}
}
}
},
"_links": {"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/university-of-edinburgh-dspace-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.