University of Groningen · JSON Structure

University Of Groningen Dataset Structure

JSON Structure for a DataverseNL research dataset (Dataverse v6.9).

Type: object Properties: 8
EducationHigher EducationUniversityResearchOpen DataResearch DataLibraryMetadataNetherlandsEurope

Dataset is a JSON Structure definition published by University of Groningen, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id identifier protocol authority globalIdCreateTime identifierRegistered storageIdentifier previewImageAvailable

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-groningen/main/json-structure/university-of-groningen-dataset-structure.json",
  "name": "Dataset",
  "type": "object",
  "description": "JSON Structure for a DataverseNL research dataset (Dataverse v6.9).",
  "properties": {
    "id": {
      "type": "int64"
    },
    "identifier": {
      "type": "string"
    },
    "protocol": {
      "type": "string"
    },
    "authority": {
      "type": "string"
    },
    "globalIdCreateTime": {
      "type": "date"
    },
    "identifierRegistered": {
      "type": "boolean"
    },
    "storageIdentifier": {
      "type": "string"
    },
    "previewImageAvailable": {
      "type": "boolean"
    }
  }
}