University of Göttingen · JSON Structure

University Of Gottingen Dataset Structure

JSON Structure for a GRO.data Dataverse dataset search-result item.

Type: object Properties: 17 Required: 3
EducationHigher EducationUniversityResearch DataDigital LibraryIIIFOAI-PMHGermany

GRODataDataset is a JSON Structure definition published by University of Göttingen, describing 17 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 subjects fileCount versionId versionState majorVersion minorVersion authors

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-gottingen/main/json-structure/university-of-gottingen-dataset-structure.json",
  "name": "GRODataDataset",
  "description": "JSON Structure for a GRO.data Dataverse dataset search-result item.",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "type": { "type": "string" },
    "url": { "type": "string" },
    "global_id": { "type": "string" },
    "description": { "type": "string" },
    "published_at": { "type": "string" },
    "publisher": { "type": "string" },
    "name_of_dataverse": { "type": "string" },
    "identifier_of_dataverse": { "type": "string" },
    "citation": { "type": "string" },
    "subjects": { "type": "array", "items": { "type": "string" } },
    "fileCount": { "type": "int32" },
    "versionId": { "type": "int64" },
    "versionState": { "type": "string" },
    "majorVersion": { "type": "int32" },
    "minorVersion": { "type": "int32" },
    "authors": { "type": "array", "items": { "type": "string" } }
  },
  "required": ["name", "type", "global_id"]
}