University of Bonn · Schema

bonnDataSearchItem

A single item returned by the bonndata (Dataverse) Native API /search endpoint. Field set modeled from a live dataset hit verified 2026-06-03.

UniversityHigher EducationEducationGermanyPublic Research UniversityResearch DataOpen DataOpen ScienceInstitutional RepositoryDataverseOAI-PMHIdentity FederationShibbolethDFN-AAIResearch ComputingScholarly Publishing

Properties

Name Type Description
name string Title of the dataset, dataverse, or file.
type string Content type of the hit.
url string Resolvable URL (DOI for datasets).
global_id string Persistent identifier, e.g. doi:10.60507/FK2/BBP6GG.
description string Dataset abstract / description.
published_at string
publisher string
citationHtml string
identifier_of_dataverse string
name_of_dataverse string
citation string
storageIdentifier string
subjects array
fileCount integer
versionId integer
versionState string
majorVersion integer
minorVersion integer
createdAt string
updatedAt string
publicationStatuses array
contacts array
authors array
geographicCoverage array
View JSON Schema on GitHub

JSON Schema

university-of-bonn-search-item-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-bonn/main/json-schema/university-of-bonn-search-item-schema.json",
  "title": "bonnDataSearchItem",
  "description": "A single item returned by the bonndata (Dataverse) Native API /search endpoint. Field set modeled from a live dataset hit verified 2026-06-03.",
  "type": "object",
  "required": ["name", "type", "url"],
  "properties": {
    "name": { "type": "string", "description": "Title of the dataset, dataverse, or file." },
    "type": {
      "type": "string",
      "description": "Content type of the hit.",
      "enum": ["dataset", "dataverse", "file"]
    },
    "url": { "type": "string", "format": "uri", "description": "Resolvable URL (DOI for datasets)." },
    "global_id": { "type": "string", "description": "Persistent identifier, e.g. doi:10.60507/FK2/BBP6GG." },
    "description": { "type": "string", "description": "Dataset abstract / description." },
    "published_at": { "type": "string", "format": "date-time" },
    "publisher": { "type": "string" },
    "citationHtml": { "type": "string" },
    "identifier_of_dataverse": { "type": "string" },
    "name_of_dataverse": { "type": "string" },
    "citation": { "type": "string" },
    "storageIdentifier": { "type": "string" },
    "subjects": { "type": "array", "items": { "type": "string" } },
    "fileCount": { "type": "integer", "minimum": 0 },
    "versionId": { "type": "integer" },
    "versionState": { "type": "string", "examples": ["RELEASED"] },
    "majorVersion": { "type": "integer" },
    "minorVersion": { "type": "integer" },
    "createdAt": { "type": "string", "format": "date-time" },
    "updatedAt": { "type": "string", "format": "date-time" },
    "publicationStatuses": { "type": "array", "items": { "type": "string" } },
    "contacts": { "type": "array", "items": { "type": "object" } },
    "authors": { "type": "array", "items": { "type": "string" } },
    "geographicCoverage": { "type": "array", "items": { "type": "string" } }
  },
  "additionalProperties": true
}

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/university-of-bonn-search-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 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.