University of Bonn · JSON Structure

University Of Bonn Dataset Structure

JSON Structure description of a bonndata (Dataverse) dataset search item, derived from the live Native API /search response verified 2026-06-03.

Type: object Properties: 22 Required: 3
EducationHigher EducationUniversityResearch DataOpen DataGermany

BonnDataDataset is a JSON Structure definition published by University of Bonn, describing 22 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name type url global_id description published_at publisher name_of_dataverse identifier_of_dataverse citation storageIdentifier fileCount versionId versionState majorVersion minorVersion createdAt updatedAt subjects authors geographicCoverage publicationStatuses

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/university-of-bonn/main/json-structure/university-of-bonn-dataset-structure.json",
  "name": "BonnDataDataset",
  "description": "JSON Structure description of a bonndata (Dataverse) dataset search item, derived from the live Native API /search response verified 2026-06-03.",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "type": { "type": "string" },
    "url": { "type": "string" },
    "global_id": { "type": "string" },
    "description": { "type": "string" },
    "published_at": { "type": "string", "format": "date-time" },
    "publisher": { "type": "string" },
    "name_of_dataverse": { "type": "string" },
    "identifier_of_dataverse": { "type": "string" },
    "citation": { "type": "string" },
    "storageIdentifier": { "type": "string" },
    "fileCount": { "type": "int32" },
    "versionId": { "type": "int64" },
    "versionState": { "type": "string" },
    "majorVersion": { "type": "int32" },
    "minorVersion": { "type": "int32" },
    "createdAt": { "type": "string", "format": "date-time" },
    "updatedAt": { "type": "string", "format": "date-time" },
    "subjects": {
      "type": "array",
      "items": { "type": "string" }
    },
    "authors": {
      "type": "array",
      "items": { "type": "string" }
    },
    "geographicCoverage": {
      "type": "array",
      "items": { "type": "string" }
    },
    "publicationStatuses": {
      "type": "array",
      "items": { "type": "string" }
    }
  },
  "required": ["name", "type", "url"]
}