Brown University · Schema
ItemLinks
EducationHigher EducationUniversityUnited StatesIvy LeagueResearchResearch RepositoryDigital RepositoryLibraryIIIFIdentity FederationCourse CatalogResearch Computing
Properties
| Name | Type | Description |
|---|---|---|
| thumbnail | string | |
| descriptive_datastreams | object | Descriptive metadata datastreams. `MODS` is the descriptive standard the BDR serves, as XML. |
| content_datastreams | object | Binary content datastreams, e.g. `highres`, `lowres`. |
| views | object | Viewer and IIIF endpoints, including `iiif_image_info` and `iiif_manifest`. These are the documented route from the item API into the IIIF surface; the IIIF paths are not otherwise discoverable, and ` |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/brown/refs/heads/main/json-schema/brown-bdr-itemlinks.json",
"title": "ItemLinks",
"x-provenance": {
"generated": "2026-08-30",
"method": "derived",
"source": "Derived from openapi/brown-bdr-api-openapi.yml and openapi/brown-bdr-iiif-openapi.yml, which were themselves derived from Brown's own API documentation wiki plus live probes on 2026-08-30. Brown publishes no JSON Schema. Not a Brown-authored artifact.",
"x-operator": "institution"
},
"type": "object",
"properties": {
"thumbnail": {
"type": "string",
"format": "uri"
},
"descriptive_datastreams": {
"type": "object",
"description": "Descriptive metadata datastreams. `MODS` is the descriptive standard the BDR serves, as XML.",
"additionalProperties": {
"type": "string",
"format": "uri"
}
},
"content_datastreams": {
"type": "object",
"description": "Binary content datastreams, e.g. `highres`, `lowres`.",
"additionalProperties": {
"type": "string",
"format": "uri"
}
},
"views": {
"type": "object",
"description": "Viewer and IIIF endpoints, including `iiif_image_info` and `iiif_manifest`. These are the documented route from the item API into the IIIF surface; the IIIF paths are not otherwise discoverable, and `/iiif` is disallowed in the repository's robots.txt.",
"additionalProperties": {
"type": "string",
"format": "uri"
}
}
}
}
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/brown-bdr-itemlinks"
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.