KU Leuven · JSON Structure

Ku Leuven Dataset Structure

JSON Structure for the KU Leuven RDR Dataset object (Dataverse 6.7.1).

Type: object Properties: 14 Required: 4
EducationHigher EducationUniversityResearch DataOpen DataBelgiumEurope

KuLeuvenRdrDataset is a JSON Structure definition published by KU Leuven, describing 14 properties, of which 4 are required. It conforms to the https://json-structure.org/meta/core/v0 meta-schema.

Properties

id identifier protocol authority storageIdentifier publicationDate createDate modificationTime released identifierRegistered authorString metadataLanguage yearPublishedCreated previewImageAvailable

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0",
  "$id": "https://rdr.kuleuven.be/structure/dataset.json",
  "name": "KuLeuvenRdrDataset",
  "description": "JSON Structure for the KU Leuven RDR Dataset object (Dataverse 6.7.1).",
  "type": "object",
  "properties": {
    "id": { "type": "int64" },
    "identifier": { "type": "string" },
    "protocol": { "type": "string" },
    "authority": { "type": "string" },
    "storageIdentifier": { "type": "string" },
    "publicationDate": { "type": "string", "format": "date-time" },
    "createDate": { "type": "string", "format": "date-time" },
    "modificationTime": { "type": "string", "format": "date-time" },
    "released": { "type": "boolean" },
    "identifierRegistered": { "type": "boolean" },
    "authorString": { "type": "string" },
    "metadataLanguage": { "type": "string" },
    "yearPublishedCreated": { "type": "string" },
    "previewImageAvailable": { "type": "boolean" }
  },
  "required": ["id", "identifier", "protocol", "authority"]
}