KU Leuven · JSON Structure

Ku Leuven Datafile Structure

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

Type: object Properties: 11 Required: 3
EducationHigher EducationUniversityResearch DataOpen DataBelgiumEurope

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

Properties

id identifier protocol authority contentType filesize checksumType checksumValue restricted storageIdentifier released

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/datafile.json",
  "name": "KuLeuvenRdrDataFile",
  "description": "JSON Structure for the KU Leuven RDR DataFile object (Dataverse 6.7.1).",
  "type": "object",
  "properties": {
    "id": { "type": "int64" },
    "identifier": { "type": "string" },
    "protocol": { "type": "string" },
    "authority": { "type": "string" },
    "contentType": { "type": "string" },
    "filesize": { "type": "int64" },
    "checksumType": { "type": "string" },
    "checksumValue": { "type": "string" },
    "restricted": { "type": "boolean" },
    "storageIdentifier": { "type": "string" },
    "released": { "type": "boolean" }
  },
  "required": ["id", "contentType", "filesize"]
}