University of Lausanne · Schema
DSpace Community
A DSpace community (top-level container of collections) in the IRIS repository.
EducationHigher EducationUniversitySwitzerlandOpen ScienceResearch DataInstitutional RepositoryResearch RepositoryIdentity FederationOAI-PMHCourse CatalogResearch Computing
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Community UUID. |
| uuid | string | Community UUID (duplicate of id). |
| name | string | Community display name. |
| handle | string | Persistent handle identifier. |
| metadata | object | DSpace metadata map keyed by qualified field name. |
| archivedItemsCount | integer | Number of archived items under this community. |
| type | string | Resource type discriminator. |
| uniqueType | string | |
| _links | object | HAL hypermedia links. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.unil.ch/iris/schemas/community.json",
"title": "DSpace Community",
"description": "A DSpace community (top-level container of collections) in the IRIS repository.",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Community UUID."
},
"uuid": {
"type": "string",
"format": "uuid",
"description": "Community UUID (duplicate of id)."
},
"name": {
"type": "string",
"description": "Community display name."
},
"handle": {
"type": "string",
"description": "Persistent handle identifier."
},
"metadata": {
"type": "object",
"description": "DSpace metadata map keyed by qualified field name.",
"additionalProperties": {
"type": "array",
"items": {
"type": "object",
"properties": {
"value": {
"type": "string"
},
"language": {
"type": [
"string",
"null"
]
},
"authority": {
"type": [
"string",
"null"
]
},
"confidence": {
"type": "integer"
},
"place": {
"type": "integer"
}
},
"required": [
"value"
]
}
}
},
"archivedItemsCount": {
"type": "integer",
"description": "Number of archived items under this community."
},
"type": {
"type": "string",
"description": "Resource type discriminator.",
"const": "community"
},
"uniqueType": {
"type": "string"
},
"_links": {
"type": "object",
"description": "HAL hypermedia links.",
"additionalProperties": true
}
},
"required": [
"uuid",
"name",
"handle",
"type"
],
"x-provenance": {
"generated": "2026-09-01",
"method": "derived",
"source": "Derived by API Evangelist from this repository's own OpenAPI contracts for the IRIS DSpace REST API, both reconstructed from live UNIL hosts. Not published by the University of Lausanne."
}
}
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-lausanne-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.